int a=1,b=10;
System.out.println(a+b--);

Answer Posted / anju

1 10

Is This Answer Correct ?    3 Yes 17 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How will you print number in reverse (descending) order in BST.

587


What is the difference between call by reference and call by pointer?

507


What is a super method?

534


State two differences between C and Java.

697


what is thread? : Java thread

561






How many characters is 16 bytes?

545


Why main method is called first in java?

547


Does printwriter create a file?

544


What is arraylist class in java?

517


What modifiers are allowed for methods in an interface?

652


What is == in java?

570


What differences exist between iterator and listiterator?

575


Can we sort array in java?

531


Explain about public and private access specifiers?

541


How to create packages in java?

533