Examlex

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++;
}


Definitions:

Related Questions