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 / raja

This program is error.. Missing semicolon in variable
declaration... And the close Bracket of system.out.println
statement is missing...

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are different types of states exist for a thread?

1056


What happens to the Exception object after handling an exception?

2430


how to create daemon thread in java?

1121


What is the difference between comparison done by equals method and == operator?

1067


What is meant by class and object in java?

1114


What is byte code and why is it important to java’s use for internet programming?

1201


How do I remove a character from a string in java?

1009


What are different data structures in java?

1088


What is included in core java?

1101


What is heterogeneous in java?

1026


How many bits is a 64 bit byte?

1143


Which java ide is used the most?

1053


Explain the importance of finally block in java?

1024


What is scanner in java?

994


What do you mean by local class?

1054