Gadget Ferrari, Z3X BOX Samsung Tool PRO, Nexbox, Octoplus Octopus Samsung Factory Reset, Ultimate Multi Tool, Android Jelly Bean, Specifications, Images and Price, Mobile Phone Tools

C# Program using Functions and loops

C# Program using Functions and loops - we should care about the technology that continues to grow, because all the technology is usually created to simplify our lives, every time there is a new technology that is embedded into the gadgets of various brands, on blogs Gadget Ferrari we will review the latest and old gadgets that start from the spec and the price ... well now we will discuss first about C# Program using Functions and loops please refer to the information we will convey as we always try to display complete information.

Articles : C# Program using Functions and loops
full Link : C# Program using Functions and loops
Article Csharp, Article programs,

You can also see our article on:


C# Program using Functions and loops

C# Program using Functions

Program Statement:
Write a function which takes one value as parameter and display the sum of digits in the value. e.g. if user has passed 125 then function will print 1+2+5 = 7

Solution:
 class _sum
{
long n, i, sum = 0;
public void add(long n)
{
for (i = n; i != 0; i = i / 10)
{
sum = sum + i % 10;

}
Console.WriteLine("\n\t\tSum of digits is : {0}", sum);
}
public void input()
{
Console.Write("\n\t\tEnter desired digit : ");
n = Convert.ToInt64(System.Console.ReadLine());
add(n);
}

}




so many information about C# Program using Functions and loops

hopefully the infromation we provide with the title C# Program using Functions and loops can give you the reperency to find the gadget that suits your life.

you just read the article with the title C# Program using Functions and loops if you intend to bookmark or share it for more useful for others please use link https://ferraricars77.blogspot.com/2013/12/c-program-using-functions-and-loops.html and if you want to get more information please visit other page.

Tag : , ,
Share on Facebook
Share on Twitter
Share on Google+
Tags :

Related : C# Program using Functions and loops

1 comments:

  1. mainkan judi pkv games disini untuk raih bonus hingga jutaan rupiah, kunjungi http://indodewa99.com/

    BalasHapus