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


Please Help Members By Posting Answers For Below Questions

What is difference between pointer and reference?

512


How do you test a method for an exception using junit?

540


What is meant by object?

583


What is constructor in java ?

636


Why can't we use static class instead of singleton?

503






What are aggregate functions explain with examples?

528


How to do a true java ping from windows?

622


What is string example?

599


How does arrays sort work in java?

608


Why does java doesnt suuport unsigned values?

1803


Why is string class considered immutable?

598


What are unchecked exceptions in java?

619


What are methods?

561


What are the types of strings?

570


Give a brief description of java socket programming?

532