Intermediate Console Application I
My Student Project: C# Programming II
Permission to publish my code submitted for the project assignment was granted by the professor. I have done my best to remove lab and school references from this project code.
This is a very simple windows console application that I completed for a class assignment. It is shown here to illustrate my coding style, structure, and commenting. This example is considered Level 2 โ Intermediate.
Objectives
The main objectives are to build and work with:
- Interfaces
- Classes
- Console Helper Library
- Console User Interface
Demos

Add a Movie using the interface

Add a Book using an interface

Add a Game using an interface
My Solution Code
You can view and download the GitHub repositoryย here.
You can also download a zip archive of the project codeย here.