Assignment | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Assignment

The factorial of a positive integer k (written k!) is equal to the product of the positive integers from 1 to k. This factorial function is used frequently in mathematical problems. You are to write a C++ program for a company that can be used to evaluate the factorials of any positive integer user enters from the keyboard. The program should repeat as far as user’s wants.

26th Oct 2018, 10:33 AM
qwegren
1 Answer
+ 1
You might want to post your assignement in a post and not in this Q&A thread.
30th Oct 2018, 6:25 PM
Uni
Uni - avatar