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 / suneel kumar yadav

sysntax error plz close the parenthesis)before the semicolon(;) then the ans is 5080130

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many decimal places is a double?

543


why java does not support unsigned keyword?

4271


What is meant by main method?

585


How do you represent a space in regex java?

526


What is difference between path and classpath variables?

566






When throw keyword is used?

594


How do you implement singleton class?

520


What are the access modifiers available in java?

569


Is 9 a prime number?

471


What is a singleton factory?

516


Why is string builder not thread safe?

595


Can you call a method in a method?

537


What is exception hierarchy in java?

593


What is constructor chaining and how is it achieved in java?

575


What does %4d mean in java?

845