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 / selvan
it gives two error one is (; expected error ) second is ()
expected error).
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Why is the main method static?
What is output buffer?
Explain abstract class in java?
What is the final keyword?
How many java versions are there?
What are the two categories of data types in the java programming language?
What is stack example?
What do you mean by JVM?
Why packages are used?
What are synchronized blocks in java?
How many types of array are there?
What is a singleton class in Java?
What is the maximum size of a string in java?
Define "Access specifiers" in java.
What are the types of java languages?