int x=5,i=1,y=0;
while(i<=5)
{
y=x++ + ++x;
i=i+2;
}
System.out.println(x);
System.out.println(y);
System.out.println(i);
How to solve this? Please explain!
No Answer is Posted For this Question
Be the First to Post Answer
What is meant by Superconductivity?
How u validate date in DD/MM/YY format. and how u validate money in ur jsp
3 Answers Ashok Leyland, Satyam, Tech Mahindra, Tomax,
What are the oops concept?
Explain RMI Architecture?
What do you mean by Socket Programming?
What is serialization and de-serialization ?
In a multitiered application which tier is the browser in?
Why are my checkboxes not being set from on to off?
What is a compilation unit?
what are getters and setters in Java with examples?
Give me simple example of hibernate caching and explain the details of caching????? thanks in adv.
What must a class do to implement an interface?