Write the Java programs that meet the following requirements:- Radio station JAV
ID: 674890 • Letter: W
Question
Write the Java programs that meet the following requirements:-
Radio station JAVA wants a class to keep track of recordings it plays. Create a class named Recording that contains fields to hold methods for setting and getting a Recording’s title, artist, and playing time in seconds. Save the file as Recording.java.
b. Write an application that instantiates five Recording objects and prompts the user for values for the data fields. Then prompt the user to enter which field the Recordings should be sorted by—song title, artist, or playing time. Perform the requested sort procedure, and display the Recording objects. Save the file as RecordingSort.java.
Purpose:
Create a java program from detailed directions.
Ability to:
Follow established programming conventions for writing java programs
To create a class from which objects can be instantiated
To create objects using gets and sets for the objects variables
To create an array of objects
To sort the contents of the array
To display the contents of the array
Explanation / Answer
Recording.java - https://drive.google.com/file/d/0B3lVit8k3iPqVWlKRG1DcXFHMkU/view?usp=sharing
RecordingSort.java - https://drive.google.com/file/d/0B3lVit8k3iPqRC13NXBBRll0MWc/view?usp=sharing
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.