Examlex

Solved

What Is the Output of the Code Snippet Given Below

question 102

Multiple Choice

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


Definitions:

Forward Rate

A financial term describing the agreed-upon exchange rate for currencies to be exchanged at a future date between parties.

Foreign Exchange Gain

A profit arising from the increase in value of one currency against another.

Exchange Rates

The rate at which one currency can be exchanged for another, which can fluctuate based on market conditions.

Related Questions