the value ex can be approximated by the sum: 1 x x2/2! x3/3! x4/4! .... xn/n! write a program that takes a value x as input and outputs the value of ex. use 100 for value n. hint: n! is a very large number, when declaring a variable for n!, use a data type which occupies more bytes. the result should be similar to: