Computer Science, asked by farida3669, 3 months ago

what is the syntax of repeat command​

Answers

Answered by Anonymous
1

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.

Answered by rushikeshphapale4
1

Answer:

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