Input the length and width of a rectangle, and the Area Finder will draw the rectangle and calculate its area.
Currently this only works with large-ish numbers (since the pen moves the number of pixels you input, if it's a 5 by 10 rectangle it will appear tiny). Goals: - Allow users to specify the type of polygon they're investigating and use different functions to use the appropriate formula - Label the dimensions of the figure after it has been drawn - Show on the screen the computation process used (ex. A = l * w on one line, A = 5 * 10 on another line, A = 50 on the last line)