Multiple Choice
What is the output of the code snippet given below? String s = "12345";
Int i = 1;
While (i < 5)
{
System.out.print) ;
I++;
}
A) No output
B) 1234
C) 12345
D) 2345
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q109: How many times does the following loop
Q110: In the following code snippet, when does
Q111: Assume the following variable has been declared
Q112: What is the output of this code
Q113: What is the outcome of the following
Q115: What are the values of i and
Q116: Insert a statement that will correctly terminate
Q117: Which of the following conditions can be
Q118: What will be the final output of
Q119: Which of the following loop(s) should be