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
120
| Is This Answer Correct ? | 1 Yes | 9 No |
Post New Answer View All Answers
What are the Main functions of Java?
What is command line argument in java?
What exceptions occur during serialization?
What is singleton class in ruby?
Where are register variables stored?
Can java inner class be static?
What is oops in java?
What is final variable?
what is meant by Byte code concept in Java?
How do I convert a numeric ip address like 192.18.97.39 into a hostname like java.sun.com?
What is main string [] args?
Can java cast null?
Explain different ways of creating a thread?
What is a map in java?
In how many ways we can do synchronization in java?