Hello Everyone
This my first thread.I came here in search of a simple question but appears very hard to me.How do I print a mathematical series such as

1 + 2/2! - 3/3! + ...... n/n! //n is read from user

Not only we need to print the series on the screen but at the same time find the sum using simple loops.Thank you everyone.

*just a beginner here