Program 9: Write a program to print the sum of the exponential series 1+x1/1!+x2/2!+…….xn/(n)!- Code: Output: Program 10: Write a program to print the following pattern: 1 1 2 1 2 3 Code: Output: 7 7