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
What are controls and their different types in awt?
What is a native method in java programming?
What do you understand by the term string pool?
How to find the given number is a prime number or not by getting input from the user
Is hashmap thread safe?
What do you mean by mnemonics?
what do you mean by marker interface in java?
Can we override protected method in java?
Can we override private method in java?
Which is the class in java?
What are alternatives to java serialization?
How many types of memory areas are allocated by jvm?
what is the difference between a threads start() and run() methods? : Java thread
What are the differences between this and super keyword?
Is a case study a method or methodology?