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 / swapna kumari arava

After successful compilation , The value is 5080130

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to make a non daemon thread as daemon?

559


Is static variable stored in heap?

511


In which order the iterator iterates over collection?

587


what is meant by encapsulation?

633


What is JFC?

718






If two threads have same priority which thread will be executed first ?

848


Why is a string immutable?

548


What is the advantage of functional interface in java 8?

529


What does function identity () do?

521


Is a case study a method or methodology?

469


Can singleton class be cloned?

565


Difference between a process and a program?

619


Realized?

1666


What is the char data type?

531


what is the final keyword denotes in java?

592