Create a program Programming C# Language Instructions Attached a file called songs.txt that contains the rankings of 500 sounds. The file is three columns; the rank, the artist, and the song title. Create a class that represents a song with these three variables Read the text file and store each row in list Demonstrate the usage if a query expressions by retrieving all song created by the "Beatles" Display the results
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 1 | 2 | 3 | 4 | 5 |