Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 623 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 623 Bytes

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