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 / suneel kumar yadav
sysntax error plz close the parenthesis)before the semicolon(;) then the ans is 5080130
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a treeset class?
Explain about the select method with an example?
What happens if an exception is not handled in a program?
Is java hashset ordered?
Does java list allow null?
Is 64bit faster than 32 bit?
How do you sort an array in java?
What is the core java?
In how many ways we can create threads in java?
What is double word?
What does a za z0 9 mean?
What is the private method modifier?
What is matcher in java?
Does java have a compiler?
Is java call by value?