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
When should we create our own custom exception classes?
What is meant by stack and queue?
What is foreach loop in java?
Is the empty set a singleton?
What is jit compiler ?
Which collection is thread safe in java?
Compare overloading and overriding?
What is the difference between a static and a non-static inner class in java programming?
What is replaceall in java?
What is nested top-level class?
What are the procedures?
What are the drawbacks for singleton class?
what is the difference between preemptive scheduling and time slicing? : Java thread
What are the main concepts of oops in java?
Write a program in java to create a doubly linked list containing n nodes.