For this assignment you need to print a table with a list of information about music sales. For each piece of music, there will be a column for the artist, the title of the song or CD, the number of CDs sold in stores, the number of downloads, and the total sales. The output must be in the format below.
/////////////////////////////////\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ == Music Sales Summary == \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\///////////////////////////////// Artist Title CDs Sold Downloads Total ------ ----- -------- --------- ----- Big Bopper "Chantilly Lace" 3905 23978 27883 Joey "What's Up?" 140 355 495The requirements for your program are as follows:
Begin by planning out your program. Think carefully about what your program will look like, what commands will you need, and how you will achieve the proper formatting. When you are ready to start, type it in using emacs and save it. Compile and run the program to make sure it works correctly.
To submit your code, upload a zip file containing your code to the course Inquire site.