Assignment Overview
In this module, you will write a program to demonstrate your understanding of the concepts in this module: user defined methods, arrays, GUI, super class and subclass.
Case Assignment
In SLP 1, you wrote a Java program to display the following information:
- The assessed value of a house
- The local real estate property rate (different based on the location)
- The property tax amount
In this assignment, rewrite this program using the GUI feature to accept user input. Users will press “E” to stop the program.
Assignment Expectations
- Demonstrate your understanding of GUI.
- Use selection and repetition statements in this program.
After you are done, submit a screen shot of the source code (.java file) and the program result