Question: 1 Loops (35p) Write a C program that calculates T as follows: T=(1!+1)21+(2!+1)22+(3!+1)23+(4!+1)24++(n!+1)2n Read n from the keyboard, then calculate T using loops, and print

1 Loops (35p) Write a C program that calculates T as follows: T=(1!+1)21+(2!+1)22+(3!+1)23+(4!+1)24++(n!+1)2n Read n from the keyboard, then calculate T using loops, and print T at the end
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
