Solved

What Is the Output of the Code Snippet Given Below

Question 87

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:

verifed

Verified

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

Related Questions