Question: Java Programming, Java Code, Intro To Java, Java for Beginners I need small help with one of my project that I am working on. CLICK
Java Programming, Java Code, Intro To Java, Java for Beginners
I need small help with one of my project that I am working on. CLICK THE LINK for my java codes in Java format CLICK: [https://jpst.it/1cZKX ], and here it's in plain text format CLICK: [ https://jpst.it/1cZLl ](I am using "www.justpaste.it " website )
- If you look at the very end of my java program you will see //Here is where you do Task# 5, using BlueJ.
- I just need to add task# 5 to the very end of my program (pls click the link to see codes) without changing anything that are already there.
- The instructions for task#5 are below. ( THANK YOU SO MUCH ( : )

Task #5 Creating another instance of a Television 1. Edit the TelevisionDemo class. 2. Insert the following after the comment: //HERE IS WHERE YOU DO TASK #5 in the TelevisionDemo class: 3. Declare another Television object called portable. Instantiate portable to be a Sharp 19 inch television. 5. Use a call to the power method to turn the power on. 4. 6. Use calls to the accessor methods to print what television was turned on. 7. Ask the user for their preferred channel. Use calls to the mutator methods to change the channel to the user's preference and decrease the volume by two. 8. Use calls to the accessor methods to print the changed state of the portable. 9. Compile and debug this class. 10. Run TelevisionDemo again. 11, The output for task #5 will appear after the output from above, since we added onto the bottom of the program. The output for task #5 is shown below. OUTPUT (boldface is user input) A 19 inch Sharp has been turned on. What channel do you want? 7 Channel: 7 Volume: 18
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
