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
What is final int?
What is anagram word?
How do you decide when to use arraylist and linkedlist?
What is array length?
What is files manifesting?
How can I right-justify a string?
Explain about transient variables in java?
Is java free for commercial?
Explain serialization and deserialization in java?
How the interruptible method gets implemented?
How does enum work in java?
What does indexof return in java?
What is encapsulation in java?
What is downcasting?
how to write a program for sending mails between client and server