Answered step by step
Verified Expert Solution
Question
1 Approved Answer
M UST BE WRITTEN IN VISUAL BASIC REQUIREMENDUOCUMENT Date: January 29, 2017 Date Submitted: Application Title: Purpose: Program Procedures: Algorithms, Processing, and Conditions: Flooring Cost
MUST BE WRITTEN IN VISUAL BASIC
REQUIREMENDUOCUMENT Date: January 29, 2017 Date Submitted: Application Title: Purpose: Program Procedures: Algorithms, Processing, and Conditions: Flooring Cost Calculator This application calculates the estimated cost of flooring for a job bid or homeowner installation. The user should enter the square footage of flooring needed and select the type of flooring. The estimated cost for the flooring job will be displayed. 1. The user must be able to enter the number of square footage of flooring. 2. The user must be able to select one of three flooring types: tile, carpet, or hardwood. 3. The user can initiate the calculation and display the cost estimate for the flooring. 4. The application computes the cost estimate of the flooring based on the number of square feet and the cost of the flooring. Tile costs $4.49 per square foot of flooring, carpet costs $4.99 per square foot, and hardwood costs $7.49 per square foot. 5. The estimate calculation is square footage X cost per square foot. 6. The cost estimate is displayed in currency format. 7. The user should be able to clear the square footage entered, reset the flooring type to tile, and clear the cost estimate. Notes and Restrictions: 1. If the user enters a nonnumeric value for the square footage or leaves the TextBox object empty, the user should be advised and asked for a valid entry. square foot- 2. If the user enters a negative number for the age, user should be advised and asked for a the - Flooring Cost Flooring Cost Calculator Square Footage: Flooring Type Tile O Carpet O Hardwood Cost Estimate: Calculate ClearStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started