Search for a lesson?


C# 318: Summation 1

Problem 17 - Summation 1: 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!) + (3/3!) + (4/4!)

Duration: 12:20

Difficulty: Advanced

Downloads: Solution



Photos from this tutorial