Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Need this in Java Create a class named Television that has data members hold the model number of a television, the screen size in inches,

Need this in Java

Create a class named Television that has data members hold the model number of a television, the screen size in inches, and the price. Member functions include overloaded insertion and extraction operators. If more than four digits are entered for the model number, if the screen size is smaller than 12 or greater than 70 inches, or if the price is negative or over $5000.00, then throw an integer. Write a main function that instantiates a Television object, allows the user to enter data, and displays the data members. If an exception is caught, replace all the data member values with zero values. Save the file as Television.cpp.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Demystifying Databases A Hands On Guide For Database Management

Authors: Shiva Sukula

1st Edition

8170005345, 978-8170005346

More Books

Students also viewed these Databases questions