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


Please Help Members By Posting Answers For Below Questions

What is a ?

867


Difference between Preemptive scheduling vs. Time slicing?

656


Is java still relevant?

607


What is a concrete classes? Is Java object class is concrete class?

612


What is an immutable class? How to create an immutable class?

624






How do I write a self declaration?

637


explain different ways of using thread? : Java thread

647


make a method which any number and any type of argument and print sum of that arguments.....

1470


Under what conditions is an object’s finalize() method invoked by the garbage collector?

651


Explain wait() method of object class ?

717


What is the benefit of inner classes in java?

718


Is java an ide?

614


What do you mean by mnemonics?

648


How can constructor chaining be done using this keyword?

718


What classes of exceptions may be thrown by a throw statement?

629