The while loop structure is mainly used for A Create loops w
The \"while loop\" structure is mainly used for:
A. Create \"loops\" where it is decided at the beginning to go or not to go.
B. Create \"loops\" where it is decided at the end to go or not to go.
C. Create \"loops\" where the negative response is repeated and the positive goes out.
D. None of the above
The \"while loop\" structure is mainly used for:
A. Create \"loops\" where it is decided at the beginning to go or not to go.
B. Create \"loops\" where it is decided at the end to go or not to go.
C. Create \"loops\" where the negative response is repeated and the positive goes out.
D. None of the above
A. Create \"loops\" where it is decided at the beginning to go or not to go.
B. Create \"loops\" where it is decided at the end to go or not to go.
C. Create \"loops\" where the negative response is repeated and the positive goes out.
D. None of the above
Solution
A loop statement allows us to execute a statement or group of statements multiple times and following is the general form of a loop statement in most of the programming languages
A=ANS
