Computer Science, asked by nobita8504, 1 day ago

If the initial and final values are same, it executes loop for ______________

Answers

Answered by savita00552200
0

Answer:

counter [ As datatype ] = start To end [ Step step ]

[ statements ]

[ Continue For ]

[ statements ]

[ Exit For ]

[ statements ]

Next [ counter ]

Explanation:

The To keyword is used in this statement to specify the range for the counter. You can also use this keyword in the Select...Case Statement and in array declarations. For more information about array declarations, see Dim Statement.

Answered by nikhilhosmani8
0

Answer:

10 times. hope this ans help you

Similar questions