Login and Register ×
Check your Email for the OTP
Mindwork games Guess the girl name
⚠ Report ✓ Question Verified Copy Link
Explanation:
Related Topic:
Share Above MCQ
public class Test{ public static void main(String args[]){ int i; for(i = 1; i < 6; i++){ if(i > 3) continue ; } System.out.println(i); } }
6
1. public class Test{ 2. public static void main(String [] args){ 3. int x = 0; 4. // insert code here 5. do{ } while(x++ < y); 6. System.out.println(x); 7. } 8. }
int y = 11;
public class Test{ public static void main(String args[]){ int i = 1; do{ i--; }while(i > 2); System.out.println(i); } }
0
Learn More MCQ Questions from Mindwork games Guess the girl name
Hello, please login before you report any Quesion. Login