Computer Science, asked by sakshisakhare42, 6 months ago

In the while statement, while (x<100)....., when does the statement controlled by the condition excute ? a) when x is less than one hundred. b) when x is greater than one hundred.
c) when x is equal to one hundred. d) while it wishes​

Answers

Answered by anindyaadhikari13
2

Answer:-

The statement while(x<100) executes only when the value of x is less than 100. So, Option A is the answer for your question.

Similar questions