Darwis Techno, MRT Dongle MTK Tool, AT&T to Compete with Verizon, Android TV, latest KitKat, stock firmware, Oppo Update Version Firmware Flash, Android Jelly Bean

C# Program using Functions and loops

C# Program using Functions and loops - every day there is always the latest gadget that is born, if we do not update the information then we will be outdated, even though we do not have the gadget but at least we know the information, on the blog Darwis Techno we are discussing a lot of information from various brands gadgets, now we will discuss first about C# Program using Functions and loops we have gathered information to make this article, please read to finish

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);
}

}




information C# Program using Functions and loops has been completed in the discussion

hopefully the information C# Program using Functions and loops can provide benefits for you in providing information about the latest gadgets from various brands,

you just read the article about C# Program using Functions and loops if you intend to bookmark or share this information can use link https://laladarwis.blogspot.com/2013/12/c-program-using-functions-and-loops.html thank you and do not forget to get back other information

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

Related : C# Program using Functions and loops

1 komentar:

  1. Every when in a when we pick blogs that we read. Listed beneath would be the newest internet sites that we pick out.

    www.freesitemaker.net

    ReplyDelete