Question: Using a 'for' loop, and an input from the user, write an application that estimates (outputs) the results of the Taylor Expansion:
e^x=1+ x/1!+ x^2/2! +X^3/3! + .....X^10/10! .
Can you prepare the program to find-out the Taylor expansion? Prepare this application in java programming.