Use JAVA language. Using the switch method concept create a program in which you have an artist...

60.1K

Verified Solution

Question

Programming

Use JAVA language.

Using the switch method concept create a program in which youhave an artist (singer) and the list of his or her songs. Add 18songs.

Then alter the script to achieve the following in each testrun:

a) Print all the songs.

b) Print only song 15.

c) Print only song 19.

Answer & Explanation Solved by verified expert
3.8 Ratings (480 Votes)
The full code is below comment or uncomment the calls toprintSongslistOfSongs artist 0 printSongslistOfSongs artist15 and printSongslistOfSongs artist 19 depending on thetestcase you wish to execute Please note that the ask says to add18 songs whereas the test run in c asks to print only song 19Hence I have added 19 songs in total for this case to executesuccessfully If this was not meant please let me know and I willmodify the code accordinglypackage myStoreimport javautilpublic class PickSongs private static void printSongsHashMap list String artist Integer choice Based on the choice given print the song from thelist If choice is not in the range 1 19 print all    See Answer
Get Answers to Unlimited Questions

Join us to gain access to millions of questions and expert answers. Enjoy exclusive benefits tailored just for you!

Membership Benefits:
  • Unlimited Question Access with detailed Answers
  • Zin AI - 3 Million Words
  • 10 Dall-E 3 Images
  • 20 Plot Generations
  • Conversation with Dialogue Memory
  • No Ads, Ever!
  • Access to Our Best AI Platform: Flex AI - Your personal assistant for all your inquiries!
Become a Member

Other questions asked by students