Computer Science, asked by harsheniiforever, 1 year ago

_____ statement helps in looping

Answers

Answered by tejasgupta
1

Control Statements help in looping. For example, For...Next Statement, Do...While Statement, Select...Case Statement etc.

The most common one is the for...next statement.

Its syntax is:

For I To J = Ini.Val To Final.Val

{Code to be repeated...}

Next...

Similar questions