Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
>