Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 / anil kumar rai

output:5080130
a b c
concat a,b,c because its consider its as a string which
assign integer value

Is This Answer Correct ?    21 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why string objects are immutable in java?

1088


What does regex mean?

1083


What is the synonym of procedure?

1207


Why charat is used in java?

1113


What are different exception types exceptions available in java ?

1053


What is the difference between inner class and nested class?

1154


Garbage collection in java?

1068


What is final keyword in java? Give an example.

1063


What are streams in java 8?

1051


What is meant by class and object in java?

1114


Difference between final and effectively final ? Why is effectively final even required ?

1053


What is Garbage Collection in Java

1131


What is purpose of find feature?

1153


What are 4 pillers of object orinted programming?

1076


worst case complexities of Quick sort and Merge sort.

1090