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
this program is error.
| Is This Answer Correct ? | 4 Yes | 8 No |
Post New Answer View All Answers
make a method which any number and any type of argument and print sum of that arguments.....
What are the 4 versions of java?
What is static block?
How do you identify if jvm is 32-bit or 64-bit from java program?
What is the default value of byte datatype in java?
What things should be kept in mind while creating your own exceptions in java?
How do you convert string to int in java?
How do you remove spaces in java?
Can we compare two strings in java?
What is JFC?
what is singleton class in java?
What is floor math?
Is string serializable in java?
What are features of java?
When object is created and destroyed?