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
Write a java program that prints all the values given at command-line.
What is a final class ?
What is visibility mode?
Where are global variables stored?
What is numeric function?
What is javac in java?
What is string pool in java?
What is the difference between static class and normal class?
Write a function to find out longest palindrome in a given string?
What is singletonlist in java?
How is abstraction implemented in java ?
What is try-with-resources in java?
What are triggers in DB? Explain their types. How do they work?
What classes of exceptions may be caught by a catch clause in java programming?
What about abstract classes in java?