Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peteprattis/factorial-using-loops
A console application that calculates the factorial of a number using for, while and do while loops.
https://github.com/peteprattis/factorial-using-loops
computer-science console-application csharp dowhile factorial forloop program student while-loop
Last synced: about 2 months ago
JSON representation
A console application that calculates the factorial of a number using for, while and do while loops.
- Host: GitHub
- URL: https://github.com/peteprattis/factorial-using-loops
- Owner: PetePrattis
- License: mit
- Created: 2019-10-20T11:28:31.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-20T11:47:51.000Z (about 5 years ago)
- Last Synced: 2023-09-14T10:17:24.718Z (over 1 year ago)
- Topics: computer-science, console-application, csharp, dowhile, factorial, forloop, program, student, while-loop
- Language: C#
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A C# Program / Project
**This is a simple C# project from my early days as a Computer Science student**
_This programm was created for the third semester class Object-oriented Application Development
and is one of a few C# programms neccessary to pass the class_> #### Description of project
>
>>A console application that calculates the factorial of a number using for, while and do while loops.> #### About this project
>
> - The comments to make the code understandable, are within the .cs archive
> - This repository was created to show the variety of the work I did and experience I gained as a student
>