Question: 1. What output would result from the following loop? For x = 1 to 7 Print X Next x 2. What output would result from

1. What output would result from the following loop? For x = 1 to 7 Print X Next x 2. What output would result from the following loop? For x = 2 to 10 Print x Next x 3. What output would result from the following loop? For x = 10 to 120 step 10 Print x Next x 4. What output would result from the following loop?! For x - 20 to 36 step 2 Print x Next x 5. What output would result from the following loop? For x = 5 to 35 step 5 Print x - 2 Next x 6. What output would result from the following loop? Por x = 4 to 64 step 4 Print x = 3 Next x
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
