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
a thread is runnable, how does that work? : Java thread
Why vector class is used?
What 5 doubled?
Why are data types important?
Name and explain the types of ways which are used to pass arguments in any function in java.
What is meant by stack and queue?
What is collection class in java?
State two differences between C and Java.
What happens if constructor is private?
How do you print array in java?
How does the java compiler work?
What are java methods?
Which class cannot be a subclass in java?
What is a jit compiler?
Is java se open source?