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
Can java list be null?
Explain java code for recursive solution's base case?
What is replaceall in java?
What is prefix of a string?
Why is a string immutable?
Why stringbuilder is not thread safe?
What is use of valueof () in java?
How are observer and observable used in java programming?
How does system arraycopy work in java?
List the features of java programming language.
Can static methods be inherited?
What are methods in java?
What is subsequence of a string?
What is the difference between access specifiers and access modifiers in java?
Which is the best approach for creating thread ?