CS 201, Spring 2000 Assignment #5: 10 Points. Due Date: Friday, 2/25/00. (3) 1. Exercise 2.38(b). Write a factorial function for the following prototype: int factorial( int ); Use your factorial function to calculate e and print a table showing the value of e using 1 term, 2 terms, and so on, up to 10 terms.** (3) 2. Exercise 3.35.** (1) 3. Exercise 3.49.** (3) 4. Exercise 3.53 (a,c,e). **For full credit, turn in fully commented program listings, including your name and the problem number, and the output from test runs exactly as produced by the program.