Line: | Method Line, Array Line, Loopy Line | Type: | Video |
You should have completed: | This topic leads to: |
A record shop needs a program to store the sales numbers of different albums. The software needs only to cope with the Top 20 list. The user needs to be able to add a new album, entering name and number sold, or edit the number of sales of an existing album. The user also needs to be able to list all the albums and their sales out. The user prefers a text only (console) application.
This is a four part walkthrough of the solution to this problem recorded a while ago using different software, the C# program developed would be unchanged, however, in a Visual Studio project.