Computer Science, asked by dhirajdhirdhn, 2 months ago

4. Draw a circle using Repeat commands?​

Answers

Answered by vanshchoudhary73
0

Answer:

OperationsCommandAdditionPrint 5 + 38SubtractionPrint 8 - 44DivisionPrint 12/34

Explanation:

format of repeat commands....

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