Computer Science, asked by anusrinu211, 1 year ago

Which from the following is not a command ?
Forever
Forever until
Repeat
Repeat until

Answers

Answered by Anonymous
6
.. Forever until....
Answered by aqibkincsem
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