News Latest Technology, How to Fix Apple iPhone, contrast and brightness, Wireless Headphone, android KitKat stock firmware, XiaoMi Mi Pad, Tracfone Promo

Sabtu, 28 Desember 2013

program to Print Sum of factorial Series in C#

program to Print Sum of factorial Series in C# - with more and more gadgets of new products, we should be literate technology because the product is made with the purpose to further facilitate our lives, on the blog News Latest Technology we will discuss about new and old products, we will explain the full pungsi, well now we will first clean up about program to Print Sum of factorial Series in C# we have collected a lot of data to make this article so you do not deleted information. 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();
}
}




quite so many infromation program to Print Sum of factorial Series in C#

hopefully the information we provide about program to Print Sum of factorial Series in C# we provide can be useful for your life especially in determining the gadget according to your requirement.

just smell you finished reading the article about program to Print Sum of factorial Series in C# if intend to share or just bookmark please use link https://memesmemosos.blogspot.com/2013/12/program-to-print-sum-of-factorial.html to get more information about gadget please visit other pages on this blog that we guarantee super complete.

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

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

1 komentar:

  1. This is a great post. I like this topic.This site has lots of advantage.I found many interesting things from this site. It helps me in many ways.Thanks for posting this again.

    aol email technical support number
    att email customer support number
    roadrunner email support
    Yahoo email support number

    BalasHapus