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
50
40
30
| Is This Answer Correct ? | 3 Yes | 8 No |
Post New Answer View All Answers
What is the list interface?
What causes memory leaks in java?
Is null function in java?
State the main difference between c++ and java?
What is the difference between processes and threads?
List primitive java types?
What classes of exceptions may be caught by a catch clause in java programming?
How do I remove a character from a string in java?
Is null a value?
What is the meaning of immutable regarding string?
What does void * mean?
What is the difference between equals() and?
Can inner class extend any class?
What is an example of a boolean?
State two differences between C and Java.