Question: Create a class called Quiz01, add a static method called printEmptyRect. This method will take two integers as parameters and return no value. The first

Create a class called Quiz01, add a static method called printEmptyRect. This method will take two integers as parameters and return no value. The first and second parameters refer to the width and height of the rectangle respectively. This method will print a rectangle using asterisk (*) according to the actual parameters. You may assume both actual parameters will be greater than or equal to 2. The following table shows sample method calls and the corresponding output
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
