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
diff between jsp include directive and jsp action include?
what is the difference between System.out.println and out.println in java
Name the class that is used to bind the server object with RMI Registry?
Can you give me a simple example of using the requiredif validator rule?
If your ui seems to freeze periodically, what might be a likely reason?
What do you need to set-up a cluster with jboss?
Which class is the immediate superclass of the menucomponent class?
What is the difference between system.out ,system.err and system.in?
What is multithread synchronizing ?
What is ripple effect?
the use of try and ffinally keyword
Where can I ask questions and make suggestions about seam?