[solved] – Question 83345
1)Write a program which repeatedly reads numbers until the user enters 0. Once 0 is entered, print out the total, count, and average of the numbers. Use an array to store all the numbers.
2)Write a program that will display the result of n! using a loop. For example, if the user enters 5 for n, the program should display “factorial of is 120”.(FOR ALL KINDS OF LOOP)
IF IT POSSIBLE I WANT AN EXPLINATIONS FOR EVERY STEP
Expert Answer
OR

