You are supposed to make two simple programs in this week. 1. Based on the rectangle class example in our text book, add “intersection method” to the rectangle class. The intersection method returns the intersection of two rectangles, that is the rectangle formed by two overlapping rectangles. You call this method as follows: Rectangle r3더 보기