the question is
Write a program that estimates then prints the value of the mathematical constant e by using the formula:

e=1+ 1/1!+ 2/2! + 3/3!+ ...
(calculate till 5/5!)
my answer

...