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 / raja
This program is error.. Missing semicolon in variable
declaration... And the close Bracket of system.out.println
statement is missing...
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to use Media tracker Class.
What is the meaning of course?
What is the memory leak in java?
What is a condition in java?
Can you use abstract and final both with a method?
What is the escape character in java?
What about interrupt() method of thread class ?
What is string builder in java?
Why pointers are not used in java?
Is it possible to override private or static method in java?
Explain the importance of import keyword in java?
Why do we create threads in java?
How to sort array of 0 and 1 in java?
Difference between doublesummarystatistics, intsummarystatistics and longsummarystatistics ?
What is proper subset?