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

expected semicolan(;)&
expected ")"(close breas)

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What 5 doubled?

514


What are the differences between heap and stack memory?

554


How does multithreading take place on a computer with a single cpu in java programming?

538


Describe the Big-O Notation.

619


Why do you canvas?

616






Differentiate between nested and inner class in java.

559


Why do we need variables?

533


What are different data structures in java?

539


Does importing a package imports its sub-packages as well in java?

557


What is difference between fileinputstream and filereader in java?

567


What is string and example?

559


What is t in generics in java?

565


Why destructor is not used in java?

526


What is the difference between super class & sub class?

571


What are the different ways of creating thread?

576