Skip to content

Commit 48c80a0

Browse files
committed
starter code for exercises and studio chapter 5
1 parent 2845d9e commit 48c80a0

File tree

4 files changed

+15
-0
lines changed

4 files changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
// Initialize Variables below
2+
3+
// add logic below to determine the amount of astronauts on the shuttle
4+
5+
// add logic below to check if astronauts are ready
6+
7+
// add logic below to check if the total mass is less than the maximum limit
8+
9+
// add logic below to check if the fuel temp is no less than 200 OR no greater than 300
10+
11+
// add logic below to determine if fuel level is appropriate
12+
13+
// add logic below to check if weather conditions are appropriate
14+
15+
// Based on the above conditions, verify that the shuttle is ready for LiftOff

0 commit comments

Comments
 (0)