Question: Project description: Write a C++ program to represent a TV set. You must implement the functionality below using classes. No credits will be given if
Project description:
Write a C++ program to represent a TV set.
You must implement the functionality below using classes.
No credits will be given if you do not use appropriate Classes, Objects and Methods.
Your program must contain the following at the minimum:
TV is on or off
TVs current channel if it is on
Current channel programming title or name
TVs sound volume if it is on
Your TV can hold 10 Channels maximum Your classes should provide the necessary methods to perform the following operations at the minimum:
Turn the TV on or off
Configure channels, add more channels or remove unwanted channels
Change channel by number, i.e. go to channel 7 directly
Change channel by 1, up and down
Change sound volume by specific number, i.e. 26
Change sound volume by 1, up and down
Print out the current TVs status: for example; You are currently watching Channel 7 - ABC news, sound volume @18
Please implement a complete C++ program to provide the functionality described in the following screens.




Project description: Write a C++ program to represent a TV set You must implement the functionality below using classes. No credits will be given if you do not use appropriate Classes, Objects and Methods Your program must contain the following at the minimum TV is on or off TV's current channel if it is on Current channel programming title or name TV's sound volume if it is on Your TV can hold 10 channels maximum Your classes should provide the necessary methods to perform the following operations at the minimum Turn the TV on or off Configure channels, add more channels or remove unwanted channels Change channel by number e. go to channel 7 directly Change channel by 1, up and down Change sound volume by specific number i.e. 26 Change sound volume by 1, up and down Print out the current TV's status: for example; Please implement a complete C++ program to provide the functionality described in the following Screens
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
