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
130
| Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
Explain methods specific to list interface?
Give some features of interface?
What is the use of optional ?
What are heap memory and stack memory and what are memory tables.
What is variable declaration and definition?
Can we have any code between try and catch blocks?
What is lambda expression in java?
What does t in java mean?
How to solve the problem of generating the unique hash keys with hash function?
How do you replace all in word?
Can we overload destructor in java?
What is the purpose of garbage collection in java?
Can array grow dynamically in java?
How do you define a variable?
What are predicates in java 8?