Which from the following is not a command ?
Forever
Forever until
Repeat
Repeat until
Answers
Answered by
6
.. Forever until....
Answered by
2
"""There are various blocks in object-oriented programming. Some of the blocks are,
i) Repeat block
ii) Repeat until block
iii) Forever block.
But no block is called forever until block. These blocks are used in the code to make the execution of the code iterative.
They are also called looping statements as they make the code execute continuously until a condition is met.
That is, the code will not stop after a single execution. It will keep operating until the last term is met.""
"
Similar questions
Math,
1 year ago