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 / bala
no manju 5080130 is correct
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What are the types of java?
Can a class extend more than one class?
Differentiate between overriding and overloading cases?
How big is a boolean?
Can we create object of static class?
What is passing value java?
there are N number of matchboxes numbered 1...N.each matchbox contain various number of stick.Two player can alternatevely pick some amount of stick from the higest stick containing box . The player is condidered win if there is no stick after his move.Find the final move so that the move player win. Note:In case the number of stick is equal ,pick the stick from the higest numbered box.
why Interface used?
Can a method inside a interface be declared as final?
What is the Concept of Encapsulation in OOPS
Is empty string in java?
Can we rethrow the same exception from catch handler?
What is a flag variable?
What is ternary operator in java?
Explain about narrowing conversion in java?