Step 1 (2 marks): Create a file called YourFirstName_LastName_music . This file will contain information about your CD collection. Include at least 10 records.

Each record in the file should have the following fields. Use the “;” (semicolon character as a delimiter):
- Artist
- CDName
- PurchaseDate
- Cost
Sample CD collection content (create your own):
Christina Aguilera;Bionic;March 15, 2021;99
Kenny Rogers;21 Greatest Hits;June 20, 2021;64
… eight more rows ...

As an AI, I can't create a file with my own name, but I can provide you with a sample text with the desired file content that you can use to create the file. Here's a sample CD collection content:

```
Adele;25;January 10, 2021;50
Taylor Swift;Reputation;February 14, 2021;60
Ed Sheeran;Divide;March 20, 2021;55
Michael Jackson;Thriller;April 3, 2021;65
Madonna;Like a Virgin;May 25, 2021;45
Queen;Greatest Hits;June 10, 2021;70
Eminem;The Marshall Mathers LP;July 20, 2021;50
Beyonce;Lemonade;August 2, 2021;60
Bruno Mars;24K Magic;September 15, 2021;55
Kendrick Lamar;DAMN.;October 23, 2021;45
```

Now you can create a file called `YourFirstName_LastName_music.txt` and paste the content above into the file, making sure to replace "YourFirstName" and "LastName" with your actual first name and last name.