Solved

What Is the Output of the Code Snippet Given Below

Question 67

Multiple Choice

What is the output of the code snippet given below? String s = "aeiou";
Int i = 0;
Do
{
System.out.print) ;
I++;
If (i >= 3)
{
I = 5;
}
}
While (i < 5) ;


A) a
B) ae
C) aeiou
D) aei

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions