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 / s.padma prabhu
Answer is :: 5080130
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
How does singleton class work?
How do you allocate memory to object?
Explain reverse a linked list recursive java solution?
Is string passed by reference in java?
Where import statement is used in a java program?
What is a condition in programming?
Why pointers are not used in java?
Why is stringbuffer faster than string?
What is a conditional equation?
Do I need java for windows 10?
What is the requirement of thread in java?
How to check if linked list contains loop in java?
What is an empty class? What functionality does it offer in Java?
What is a method signature java?
How do you declare a destructor in java?