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
How do you identify if jvm is 32-bit or 64-bit from java program?
What is the platform?
Explain the difference between abstract class and interface in java?
What is meant by overloading?
Is null a keyword in java?
Why java is considered as platform independent?
Which class should you use to obtain design information about an object in java programming?
How many characters is 16 bytes?
Why does it take so much time to access an applet having swing components the first time?
Differentiate between postfix and prefix operators in java.
What is an interface in java? Explain
Which is bigger float or double?
What is meant by main method?
What are the states of thread in java?
What do you mean by multithreaded program?