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 / s.padma prabhu
Answer is :: 5080130
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Implement a stack with push (), pop() and min() in O(1) time.
Can we create object of inner class in java?
What do you mean by multithreaded program?
What does java ide mean?
What is difference between classpath and path variables in java?
can any body body expalin best definitions & best real time exaples for opps concepts.
What is ph and buffers?
What is the purpose of extern variable?
What is jvm? How its run?
What is string manipulation?
What are the types of casting?
What is floor math?
What is a treeset class?
What is an object's lock and which object's have locks in java programming?
What modifiers are allowed for methods in an interface?