Create an application that calculates and displays the area of a rectangle in both square feet and

Question:

Create an application that calculates and displays the area of a rectangle in both square feet and square yards. The user will provide the rectangle’s length and width, both measured in feet. 

a. Prepare a Planning Chart for the application.

b. Draw a sketch of an appropriate interface. Be sure to follow the GUI design guidelines covered in the chapter. The guidelines are summarized in Figure 2-20. (If you want to include an image in the interface, you can either use your own image file or download an image file from openclipart.org. When downloading from openclipart.org, be sure to use the SMALL IMAGE (.PNG) button.)
c. Create a Windows Forms application. Use the following names for the project and solution, respectively: Area Project and Area Solution. Save the application in the VB2017\Chap02 folder. Change the appropriate properties of the form. Also, be sure to verify the name of the startup form. 

d. Use your Planning Chart as a guide when building the interface. 

e. Code the Exit button. (You do not need to code the button that performs the two calculations and displays the results.) Save the solution and then start the application. Test the access keys, tab order, and Exit button and then close the solution.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: