write a Java Program that Creates a menu with 4 options allowingthe user to listen to 4 different midi audio files.
It should display this
Select 0 to QUIT
Select 1 to play the audio file #1 (PostyHipHop)
Select 2 to play the audio file #2 (MothershipDubstep)
Select 3 to play the audio file #3 (EmpireHipHop)
Select 4 to play the audio file #4 (AstroHipHop)
And after the number it should say
Now exiting if the user selects 0 or
Now playing if user choses 1 2 3 or 4
it should play each midi file that you submit as part of theassignment.
– itshould not play for more than
OR
OR