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 the point of java?
Difference between final and effectively final ? Why is effectively final even required ?
Is 0 true or false in java?
When should you use arraylist and when should you use linkedlist?
How do you create a first line indent?
What are 5 boolean operators?
What is the difference between form & report?
Why string is immutable with example?
What is Java Reflection API? Why it’s so important to have?
What is a boolean expression in java?
What is boolean logic?
Can you give names of Container classes?
What is difference between jdk,jre and jvm?
Explain about the dynamic behavior of core java?
Why does java doesnt suuport unsigned values?