DVD Collection
Create a program that handles your movie collection. The program should allow to use the user to enter the following information:
Name
Genre
Year
Rating
The program should provide a menu that allows the user to do what he wants to do:
Open
New
Modify
Close.
Your program must have the following:
An introductory statement that allows the user to understand what type of program they are running.
Variable declarations
User input acceptance
Decision statement – that determines what the user entered and will give the price of the ticket.
Proper mathematical calculations
Proper output – so the user can see what DVD’s they store.
You must provide the following:
Your code
Screenshot of your fully functioning program with inputs/outputs
C# Programming Language
The post Create a program that handles your movie collection. appeared first on My Assignment Online.