Computer Science, asked by radhepalradhe85, 3 months ago

Q:(05) Write the format of repeat command.​

Answers

Answered by vrutti1806
0

Answer:

The syntax of the REPEAT command is: REPEAT {int|ALL|WHILE condition|UNTIL condition} [counter [/fmt] = init_expr;] [;] command . . .

Answered by zaidiqureen
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