1.

What is a Loop in Java programming language?

A. A Loop is a block of code that is executed repeatedly as long as a condition is satisfied.
B. A Loop is a block of code that is executed only once if the condition is satisfied.
C. A Loop is a block of code that is executed more than 2 times if the condition is satisfied.
D. None
Answer» B. A Loop is a block of code that is executed only once if the condition is satisfied.


Discussion

No Comment Found