int a=10,b=20,c=30 a= b+c;b=a+c;c=a+b;
System.out.println("The value is"+a+b+c;
Answer Posted / suresh
50
40
30
Is This Answer Correct ? | 3 Yes | 8 No |
Post New Answer View All Answers
What is a ?
Difference between Preemptive scheduling vs. Time slicing?
Is java still relevant?
What is a concrete classes? Is Java object class is concrete class?
What is an immutable class? How to create an immutable class?
How do I write a self declaration?
explain different ways of using thread? : Java thread
make a method which any number and any type of argument and print sum of that arguments.....
Under what conditions is an object’s finalize() method invoked by the garbage collector?
Explain wait() method of object class ?
What is the benefit of inner classes in java?
Is java an ide?
What do you mean by mnemonics?
How can constructor chaining be done using this keyword?
What classes of exceptions may be thrown by a throw statement?