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 / bala
no manju 5080130 is correct
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What are "class access modifiers" in Java?
What are the different types of data structures in java?
What is bean? Where it can be used?
What is args length in java?
what are three ways in which a thread can enter the waiting state? : Java thread
What do you mean by exception handling in Java?
What are reference variables in java?
worst case complexities of Quick sort and Merge sort.
What is output buffer?
Is there any sort function in java?
What are class types in java?
What is the purpose of the main method?
Is 0 true or false in java?
What is default exception handling in java?
How do I convert a numeric ip address like 192.18.97.39 into a hostname like java.sun.com?