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 / swapna kumari arava
After successful compilation , The value is 5080130
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is unmodifiable list in java?
Why are generics used?
What is the use of parseint in java?
What is the main purpose of serialization in java?
Explain the importance of join() method in thread class?
What are the 6 boolean operators?
Can a class be declared as protected?
Lowest Common ancestor in a Binary Search Tree and Binary Tree.
What is double word?
What is finalize()?
What does the “static” keyword mean? Can you override private or static method in java?
Is java same as core java?
EDS (Electronic Data Systems India Pvt Ltd) at Chennai on 16-12-2006.
What is the difference between sop and work instruction?
Why destructor is not used in java?