Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Help needed in java ! Thanx In a Notepad text file, create a list (one song per line) of the top 25 songs for one
Help needed in java ! Thanx
In a Notepad text file, create a list (one song per line) of the top 25 songs for one recording artist of your choice. This list should not be in alphabetical order. Name that text file songs.txt. Write a menu-driven Java program that will allow the user to: 1. 2. a. Alphabetically order the songs from A-Z b. Generate a random song (from the list of 25) songs and display its title c. Search for the exact title of a song Notes: You should be using the binary search algorithm and the sorting algorithm of your choice for this program. . e Whenever the user selects a menu choice, you should display the results of the menu operation on the screenStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started