File tree 1 file changed +7
-7
lines changed
booleans-and-conditionals/studio 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
// Initialize Variables below
2
2
3
- // add logic below to determine the amount of astronauts on the shuttle
3
+ // add logic below to verify total number of astronauts for shuttle launch does not exceed 7
4
4
5
- // add logic below to check if astronauts are ready
5
+ // add logic below to verify all astronauts are ready
6
6
7
- // add logic below to check if the total mass is less than the maximum limit
7
+ // add logic below to verify the total mass does not exceed the maximum limit of 850000
8
8
9
- // add logic below to check if the fuel temp is no less than 200 OR no greater than 300
9
+ // add logic below to verify the fuel temperature is within the appropriate range of -150 and - 300
10
10
11
- // add logic below to determine if fuel level is appropriate
11
+ // add logic below to verify the fuel level is at 100%
12
12
13
- // add logic below to check if weather conditions are appropriate
13
+ // add logic below to verify the weather status is clear
14
14
15
- // Based on the above conditions, verify that the shuttle is ready for LiftOff
15
+ // Verify shuttle launch can proceed based on above conditions
You can’t perform that action at this time.
0 commit comments