Chapter 8 Exercise Set 1ΒΆ

  1. Write function named lowerRight that takes a Rectangle as an argument and returns a Point with the location of the lower right hand corner.

  2. Write a function named findArea that takes a Rectangle as an argument and returns the area of the rectangle.