Computer Science, asked by jayasreesingh680, 10 months ago

Fill in the blanks:
FOR I = 1 TO 10 will make
iterations.
FOR I = 1 TO 100 STEP 3 loop the last value of
will be
FOR I = 1 TO 10 loop has been placed within FORI
1 TO 10. In this condition, loop will iterate
........... times.
If I loop has been placed within loop then NEXT
statement of ....
............ loop will come
first
STEP value should be 1
if the
numbers like 100, 95, 90, 85 etc., are to be printed
in reverse order, through a FOR loop.​

Answers

Answered by ritu61303
2

Answer:

four

step 3

80,75,70,65,60,55,50,45,40,35,30,25,20,15,10,5

Similar questions