Computer Science, asked by AbhayT, 11 months ago

❌WHAT WILL BE THE OUTPUT OF THE FOLLOWING CODE❌
.
.
❌NO SPAM PLS❌​

Attachments:

Answers

Answered by tanupriyatommy
1

Answer:

56

72

Explanation:

1. Condition satisfies while(7<=10) and prints 7*8 = 56.

2. And moves to next line i=i+2 = 7+2 = 9 and again goes to loop satisfies condition while(9<=10) and prints 9*8 = 72.

3. While loop executes in sequential manner means one after another.

4. The process goes on until the condition is evaluated to false.

5. If the condition is false, the loop terminates(ends).

Answered by Honey1805
0

Answer:

56

72

Explanation:

Plz make ME brainlist and thanks

Similar questions