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...

Write a functin to add two no. Both no can be int, float.

Answer Posted / mithun

public double Add(double a, double b)
{
double c =a + b;
return c;
}

Is This Answer Correct ?    13 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Will the following code compile and run?

1030


How can I get the ascii code for a character in c#?

1123


Which is the best language for desktop application?

1014


Can abstract class have parameterized constructor?

972


What is the difference between firstordefault and first?

969


What are the types of access modifiers?

957


How to find type of variable?

1029


Which control cannot be placed in mdi?

1036


Explain About Postback

989


What is JIT (just in time)? how it works?

1047


How to reverse each word in a string using c#?

1103


How string definitions will prevent escaping on backslashes in C#?

1038


What do you know about WM_CHAR message?

1033


What is dictionary class in c#?

1049


How to reduce image resolution in C#?

1132