Java - Classes and Objects
You want to create a class
Rectangle with fields width and height, and a method area() that returns the area. Which is the correct class definition?