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 does list work in java?
What is difference between public static and void?
How do you create a sop?
What are abstract methods in java?
What is meant by memory leak?
How do you reverse a list?
What are operators and its types?
There are two classes named classa and classb. Both classes are in the same package. Can a private member of classa can be accessed by an object of classb?
Explain the use of volatile field modifier?
What restrictions are placed on method overloading in java programming?
Difference between abstract and concrete class ?
Does A Class Inherit The Constructors Of Its Superclass?
What is a numeric literal?
What is the different types of functions?
Can final class have constructor?