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

Verified
Correct Answer:
Verified
Related Questions
Q72: Which of the following for loops is
Q82: How many times does the following code
Q83: What will be printed by the statements
Q84: What is the last output line of
Q85: What is the data type of the
Q86: What is the result when the following
Q89: When hand tracing, drawing a line through
Q90: What is the output of the code
Q91: Which of the following loops will print
Q92: What is the output of the code