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 / suresh
expected semicolan(;)&
expected ")"(close breas)
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is a jagged array in java?
What is mysql driver class name?
What is the destroy method?
What is byte code and why is it important to java’s use for internet programming?
Is string a class in java?
What is jpa specification?
Where local and global variables are stored?
Explain all java features with real time examples
what are the methods in object?
Will the compiler creates a default constructor if I have a parameterized constructor in the class?
Can we restart a dead thread in java?
Can we execute java program without main method?
Variable of the boolean type is automatically initialized as?
How do you use compareto in java?
Define how can we find the actual size of an object on the heap?