Computer Science, asked by Aayanfhfhhgfh, 9 days ago

When do we use the FOR - NEXT statement?​

Answers

Answered by arshchadha001
1

Answer:

You use a For ... Next structure when you want to repeat a set of statements a set number of times. In the following example, the index variable starts with a value of 1 and is incremented with each iteration of the loop, ending after the value of index reaches 5

Answered by mhmsocielgaming
1

Answer:

You use a For ... Next structure when you want to repeat a set of statements a set number of times. In the following example, the index variable starts with a value of 1 and is incremented with each iteration of the loop, ending after the value of index reaches 5

Similar questions