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 / ravikiran
260
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is a flag and how does it work?
What is java basic concept?
What is the list interface?
How do listeners work?
What are the new features in java 8?
what is the use of bean managed and container managed with example?
What is the best definition for data?
Explain what is Marker interface?
What are predicates in java 8?
What is the use of inner class?
What are different access specifiers in java? Explain
How do you remove all elements from an arraylist in java?
Difference between overriding and overloading in java?
Can we use String with switch case?
What is meant by object oriented programming – oop?