[C#]Loops – 10

Write a program to calculate the Nth Catalan number by given N.

[C#]Loops – 8

Write a program that calculates the greatest common divisor (GCD) of given two numbers.

[C#]Loops – 7

Write a program that reads a number N and calculates the sum of the first N members of the sequence of Fibonacci: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, …

[C#]Loops – 6

Write a program that, for a given two integer numbers N and X, calculates the sum S = 1 + 1!/X + 2!/X2 + … + N!/XN

[C#]Conditional Statements – 11*

Write a program that converts a number in the range [0…999] to a text corresponding to its English pronunciation.