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 typing, you will need to create a package in Eclipse to hold your work for this assignment as follows:
Follow a similar process to create a class within the package. This class will hold the source code for your program (don't forget to check the option to include the "main" stub so you don't have to type all that in).
HAND IN: A printout of your program and email an electronic copy to your professor (hughes@roanoke.edu for Dr. Hughes or ingram@roanoke.edu for Dr. Ingram) with a subject of cs120 Assign1.
Academic Integrity Reminder!!! Programming assignments are to be your own work. You may get help on the specifics of the assignment from no one except the instructor. You may not show your program to anyone or look at anyone else's program or share ideas with anyone about how to write the program.