Q:(05) Write the format of repeat command.
Answers
Answered by
0
Answer:
The syntax of the REPEAT command is: REPEAT {int|ALL|WHILE condition|UNTIL condition} [counter [/fmt] = init_expr;] [;] command . . .
Answered by
0
Explanation:
The syntax of the REPEAT command is: REPEAT {int|ALL|WHILE condition|UNTIL condition} [counter [/fmt] = init_expr;] [;] command . . . ENDREPEAT [counter[/fmt]=increment_expr;...] Specifies the number of times the REPEAT loop is to run.
Similar questions