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 / s.padma prabhu
Answer is :: 5080130
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is the method overriding?
What is hash in java?
What is the map interface in java programming?
Why are variables important in research?
What is javac in java?
What is a final class ?
How will you serialize a singleton class without violating singleton pattern?
Why are arrays useful in java?
What is string substring?
What is the use of StringTokenizer class?
What is java and their uses?
What is a static method in java?
How to display names of all components in a Container?
What is the public method modifier?
What is difference between string and new string?