please help me make a program using C Programming only about this problem plssS. PLEASE KINDLY EXPLAIN ALSO the logic or algorithm of the c program code because we are tasked to explain it orally in...




please help me make a program using C Programming only about this problem plssS. PLEASE KINDLY EXPLAIN ALSO the logic or algorithm of the c program code because we are tasked to explain it orally in virtual class please... I promise to give helpful rating after. And please copy paste the code and send the screenshot too please.


PROBLEM:


write A program that will compute for n! (n factorial) which is the product of all numbers from 1 to n.




NOTE: C PROGRAMMING ONLY AND USE FOR LOOP ONLY PLEASEEEEEE IM POSTING THIS QUESTION 3RD TIME ALREADY... HUHUHU


ATTACHED PICTURE IS AN EXAMPLE IN USING FOR LOOP . THAT IS HOW WE SHOULD DO ALSO THE PROBLEM










int main ()<br>int x, n;<br>printf(

Extracted text: int main () int x, n; printf("Enter a number: "); scanf ("%d", &n); //input n for (int x=1; x<=n; x++)="" {="" printf="" ("%d="" ",2*x-1);="" return="">

Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here