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


I want to single value if you give any integer value. Below are examples 
1. Input: 123  Output: 6
2. Input: 99   9+9=18   1+8  Output: 9
How to get above output?



I want to single value if you give any integer value. Below are examples  1. Input: 123  Ou..

Answer / vamshireddy

console.writeline("enter ur number");
int i=int.parse(console.readline);
int add=0;
int rem=0;
while(i!=0);
{
rem=i%10;
add=add+rem;
i=i/10;
}
console.writeline("result is"+add);
console.readline();

Is This Answer Correct ?    5 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What do you mean by streamreader/streamwriter class in c#?

0 Answers  


Define c# and list the features.

0 Answers  


In which order the constructor is called for an inherited class?

0 Answers  


Define xslt.

0 Answers  


What are annotations in c#?

0 Answers  


What is literal control

0 Answers  


What is the implicit name and type of the parameter that gets passed into the class set method?

0 Answers  


What?s the difference between an interface and abstract class?

4 Answers  


What is a console file?

0 Answers  


What is a pre-requisite for connection pooling?

1 Answers  


Can an abstract class inherit from another abstract class c#?

0 Answers  


Is string a class in c#?

0 Answers  


Categories