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
How do u supress the parameters from the displaying in the url?
function of extends and implements keywords?
What is there in browser that it supports web based applications of java or any other PL?
What is multi-tasking? Types?
What is a thread?
types of exceptions
what are memory considerations of jsp compares to other web components?
Can you control when passivation occurs?
What does module-relative mean?
When a thread blocks on i/o, what state does it enter?
Tell me about Firewalls in RMI?
Can I have an action without a form?