Search for a lesson?


C# 320: Summation 3

Problem 19 - Summation 3: Write a program that reads from the user a number and calculates the summation below accordingly. For example if the user entered 4:

S = 1 + (1/1!) - (2^2/2!) + (3^3/3!) - (4^4/4!)

Duration: 5:20

Difficulty: Advanced

Downloads: Solution



Photos from this tutorial