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
120
| Is This Answer Correct ? | 1 Yes | 9 No |
Post New Answer View All Answers
What is an example of character?
What is the difference between applet and application?
What is dynamic binding(late binding)?
What is flag in java?
What are methods of a class?
What is a method declaration?
What is parsing and its types?
Is java same as core java?
How do you make an arraylist empty in java?
What are constants and how to create constants in java?
What are parsing rules?
What is the effect of keeping a constructor private?
What are facelets templates?
In which language java is written?
Can we create our own wrapper class in java?