import static dit948.SimpleIO.*; public class RectangleMain { public static void main(String[] args) { // Create the first Rectangle object // print out the height, width, perimeter and area // Create the second Rectangle object // print out the height, width, perimeter and area } }