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

Factorial Code

How to write a code in C# that will ask the user to input the number then the program will automatically generate its factorial.

3rd Feb 2019, 9:04 AM
Raptor Bot
Raptor Bot - avatar
1 Answer
+ 8
The easiest way would be to go to Code Playground and use the Search feature to search for examples, change the scope filter to `Most Popular` and language to `C#`, these are two on the top list by search keyword "factorial", you can find more in Code Playground, so go and start searching 👍 https://code.sololearn.com/cPqfAKFsTn1J/?ref=app https://code.sololearn.com/cHvHcQ3j74NW/?ref=app
3rd Feb 2019, 9:11 AM
Ipang