Week 8 – Model Object
Write a Java class which models a household appliance (e.g. oven, microwave, refrigerator, washing machine, etc.). Your class should have at least two meaningful attributes, one method to do some action on or for the object, and one method to display the values of the attributes to the console. In your main method create an instance of the object and call your methods.
Submit your program as an attached .java file and post a screen shot to show that you have been able to successfully run that program. Make sure you submission adheres to the SubmissionRequirements document.
Be sure to create a program different from any of the programs already posted by your classmates or the examples in class materials.