Question: Visual Basic Programming Assignment 1 Program 2: Tiles Write a program to calculate the cost of covering an area with ceramic tiles. A single tile
Visual Basic Programming Assignment 1 Program 2: Tiles Write a program to calculate the cost of covering an area with ceramic tiles. A single tile measures one foot in length by one foot in width. Hence, one tile covers one square foot. Assume the area to be covered is a rectangle. The user will enter the length and width (in feet) into two textboxes called "txtLength" and "txtWidth". They will then click a button called "bthDetermineCost", and the program will provide the cost to cover the area in tiles. The cost per tile is $5.00 and this is to be stored as a constant in your program. The output will be displayed in a label called "bloutput". Tiles Area Length: Area Width: Determine Cost & Tiles 10 Area Length: Area Width: 10 Determine Cost The cost is $500.00
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
