Login and Register ×
Check your Email for the OTP
Java Programming Language MCQ Java Control Flow
⚠ Report ✓ Question Verified Copy Link
1. int i = 10; 2. while(i++ <= 10){ 3. i++; 4. } 5. System.out.print(i);
Explanation:
Related Topic:
Share Above MCQ
Learn More MCQ Questions from Java Programming Language MCQ Java Control Flow