Examlex

Solved

What Is the Output of the Code Snippet Given Below

question 99

Multiple Choice

What is the output of the code snippet given below?
Int i = 0;
While (i != 11)
{
System.out.print(" " + i) ;
I = i + 2;
}


Definitions:

Hydro-

A prefix indicating a relation to water.

Myorrhaphy

A surgical procedure involving the suturing of a muscle, often after an injury to facilitate healing.

Myomalacia

The softening of muscle tissue, often due to disease, injury, or lack of blood supply.

Myasthenia

A condition characterized by extreme muscle weakness and fatigue.

Related Questions