Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Class Example: Clearly Visual Basic: Programming with Microsoft Visual Basic 2012 Page 608-609 Exercise 3: INTERMEDIATE: INTERMEDIATE 8 Open the Carpet Haven Solution (Carpet Haven

Class Example:

Clearly Visual Basic: Programming with Microsoft Visual Basic 2012 Page 608-609 Exercise 3: INTERMEDIATE: INTERMEDIATE 8

Open the Carpet Haven Solution (Carpet Haven Solution.sln) file contained in the ClearlyVB2012\Chap26\Carpet Haven Solution folder (The image in the picture box was downloaded from the Open Clip Art Library at http://openclipart.org.)

A. Add a new class file named Rectangle.vb to the project. The Rectangle class should contain two attributes: the rectangles length and its width. It should also contain a default constructor and a method that calculates and returns the rectangles area. Code the Rectangle class. Save the solution and then close the Rectangle.vb window.

B.Open the forms Code Editor window. The btnCalc_Click procedure should display the required number of square yards needed to carpet a room and the carpet cost. Code the procedure.

C. Save the solution and then start and test the application. (Hint: If the rooms length and width measurements are 9 feet and 8.5 feet, respectively, the number of square yards is 8.5. If the price per square yard is $9.50, the carpet cost is $80.75.) Close the Code Editor window and then close the solution.

Note: we need to use Class called "Rectangle.vb" and make the calculate inside of it, thanks.

.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

App Inventor

Authors: David Wolber, Hal Abelson

1st Edition

1449397484, 9781449397487

More Books

Students also viewed these Programming questions