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