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 / ravikiran

260

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a flag and how does it work?

606


What is java basic concept?

635


What is the list interface?

697


How do listeners work?

614


What are the new features in java 8?

661






what is the use of bean managed and container managed with example?

1592


What is the best definition for data?

605


Explain what is Marker interface?

695


What are predicates in java 8?

651


What is the use of inner class?

622


What are different access specifiers in java? Explain

733


How do you remove all elements from an arraylist in java?

599


Difference between overriding and overloading in java?

696


Can we use String with switch case?

746


What is meant by object oriented programming – oop?

639