Description
Submission Format
Assignment
Problems
Implement the class HW4. The class will be a driver program. It will contain only the main method and provide testing of the class MultiplicationTable. You will need to construct instances of the class MultiplicationTable and show that these instances perform the tasks requested of them. Specifically, test the usage of the following things:
• The default constructor.
• The initialization constructor.
o Creating a square table.
o Creating a rectangular table, where the columns are greater than the rows.
• Printing the tables you have constructed.
• Matching the table dimensions you know should be created to the dimensions returned when printing the table. Print your matched analysis.
Your test cases will show what the class MultiplicationTable can do and validate the values returned by methods are accurate.




Reviews
There are no reviews yet.