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
Can we override the static methods?
What one should take care of, while serializing the object?
What is annotation in java?
Which is faster set or list in java?
What is queue in java?
What is the function of character?
What is singleton class in ruby?
What are loops in java? What are three types of loops?
What does || || mean in math?
What is a stringbuffer?
Where we write javascript code in html page?
What is java string pool?
How to create a fecelet view?
Can we force garbage collector to run ?
What does s mean in regex?