Question: Create a program that displays information about a rectangle drawn by the user. Input: 2 mouse clicks for the opposite corners of a rectangle. Output
Create a program that displays information about a rectangle drawn by the user. Input: 2 mouse clicks for the opposite corners of a rectangle. Output: Draw the rectangle. Print the perimeter and area of the rectangle. Formulas: area = (length)(width) perimeter = 2(length + width)
* Never use 'Eval'
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
