Question: Answer in java code. No mistakes. The final product for this project will demonstrate that you understand how to manipulate classes and objects, call methods,
The final product for this project will demonstrate that you understand how to manipulate classes and objects, call methods, create variables and use mathematical operations. Assignment You will create two classes. Radio java and SimRadio java. Radio java should be built according to the class diagram included below. Your radio will be able to store its current station, your favorite station and the volume that it's at now. SimRadio.java will contain the main method In the main method, you should create an instance of your Radio and then utilize its methods m the following way Prompt the user for a station number Prompt the user for a volume. Prompt the user for a favorite station Set the values in the radio based on the information from the user Print out the current information in the Radio (using the accessor methods) Prompt the user for a change in volume. Change the volume by the specified amount (using a mutator method). Print out the current information in the Radio (using the accessor methods) Change the station to the favorite (using a mutator method) Printout the current information in the Radio (using the accessor methods). Example Input/Output: What station do you want to listen to? 99.5 How loud should the radio be? 5 What is your favorite station? 102.7 The current station is: 99.5 The current volume is: 5 The current favorite station is: 102.7
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
