Red gadget news, Xiaomi Mi, Video & Photo Gallery Unboxing, Android KitKat, Lava iris, Specifications & Picures, Falcon Box, Full Device Specs & Price, Android Jelly Bean, stock firmware samsung

program to Print Sum of factorial Series in C#

program to Print Sum of factorial Series in C# - We've built this blog Red Gadget News a few years ago, in my busy time now I still try to keep updating the information on this blog for you seekers of information about the latest gadget technology, now we're discussing first about us program to Print Sum of factorial Series in C# has gathered a lot of information to make this article so that the news that you give complete, please see:

Articles : program to Print Sum of factorial Series in C#
full Link : program to Print Sum of factorial Series in C#
Article Csharp, Article programs,

You can also see our article on:


program to Print Sum of factorial Series in C#

C# program to Print Sum of factorial Series

Program Statement:
Write a program to display the sum of the following series.
2/1! + 4/3! + 6/5! + 8/7! + 10/9! + . . . + n/(n-1)!

Solution:
 public class factorial
{
int n;
public void ser()
{
double f, sum = 2, res = 1, up = 2;

Console.WriteLine("\n\t\tSeries = 2/1! + 4/3! + 6/5! + 8/7! + 10/9! + . . . + n/(n-1)!");
Console.WriteLine();
Console.Write("\n\t\tEnter ending point : ");
n = Convert.ToInt16(Console.ReadLine());

for (int i = 2; i <= n; i++)
{
if (i % 2 == 1)
{
f = 1;
for (int x = i; x > 0; x--)
{ f = f * x; }
up = up + 2;
res = up / f;
sum = sum + res;
}
}
Console.WriteLine("\n\t\tSum : {0}\n", sum);
Console.WriteLine();
}
}




information program to Print Sum of factorial Series in C# has been discussed

hopefully the information titled program to Print Sum of factorial Series in C# this can be useful for you in answering questions you submit via google.

you just finished reading the article titled program to Print Sum of factorial Series in C# if you intend to bookmark or share it to others please use the link https://redzuanifaliyana.blogspot.com/2013/12/program-to-print-sum-of-factorial.html and thank you.

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

Related : program to Print Sum of factorial Series in C#

1 komentar:

  1. Ideally, the product should strengthen your hair roots and bolster hair growth High-quality synthetic urine will add different shades of yellow and green to give it a realistic appearance They used herbal extracts, minerals, and vitamins that together detoxify THC not only from your urine but also from your blood and saliva There is no other way to flush those toxins out of your body This timeline is more common with heavy chronic users What’s even better is that the drink does not even have a nasty taste

    BalasHapus