Question: 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
Get step-by-step solutions from verified subject matter experts
