Computer Science, asked by aroradhruv2429, 1 year ago

What will be the result?

1. int i = 10; 2. while(i++ <= 10){ 3. i++; 4. } 5. System.out.print(i);
A.10
B.11
C.12
D.13

Answers

Answered by Neeraj723
2
Hii dear here is your answer


option b is the correct answer

Hope it's help u
Answered by Anonymous
22
B. 11

Hope it helps u
Similar questions