Question: Summarize the following rats-nest routine with a single if-else statement: 50: IF X > 5 THEN GOTO 80 60: X = X + 1 70:
Summarize the following rats-nest routine with a single if-else statement: 50: IF X > 5 THEN GOTO 80 60: X = X + 1 70: GOTO 90 80: X = X + 2 90: STOP
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
