Skip to content

Commit db4a006

Browse files
committed
updates to comments
1 parent 48c80a0 commit db4a006

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
// Initialize Variables below
22

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
44

5-
// add logic below to check if astronauts are ready
5+
// add logic below to verify all astronauts are ready
66

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
88

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
1010

11-
// add logic below to determine if fuel level is appropriate
11+
// add logic below to verify the fuel level is at 100%
1212

13-
// add logic below to check if weather conditions are appropriate
13+
// add logic below to verify the weather status is clear
1414

15-
// Based on the above conditions, verify that the shuttle is ready for LiftOff
15+
// Verify shuttle launch can proceed based on above conditions

0 commit comments

Comments
 (0)