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
String is immutable.it is true String can be change to mutable How?
6 Answers IBM, Professional Access, TCS,
Difference between DurableSubscription and non- DurableSubscription?
Explain the purposes of methods wait(), notify(), notifyAll ()?
What is the difference between the string and stringbuffer classes?
What are the high-level thread states?
What is the relation between the infobus and rmi?
whats is mean by object and class?
whats is mean by tiles in struts
Can you give me a simple example of using the requiredif validator rule?
What is colon_pkg_prefixes and what is its use?
What is source and listener?
How many requests can a server fetch at a time?