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
Why is actionform a base class rather than an interface?
What are the difference between RMI and CORBA?
what is a dirty read?
What is the difference between a menuitem and a checkboxmenuitem?
What restrictions are placed on the values of each case of a switch statement?
how to search the pertical objects in a Collections
Explain the advantages and disadvantages of detached objects.
What are preemptive scheduling and time slicing and what is the difference between them?
When a thread blocks on i/o, what state does it enter?
How would you create a button with rounded edges?
Name three subclasses of the component class?
What is table mutation and how do you avoid it?