Question: You are required to write a C++ program using Classes or Structs to fulfil one of the client briefs A local flooring company provides Wood,
You are required to write a C++ program using Classes or Structs to fulfil one of the client briefs A local flooring company provides Wood, Tile & Carpet flooring. They charge as follows.
5 per m2 for Carpet + 50 per 5 m2 for installation 10 per m2 for Wood + 75 per 5 m2 for installation 15 per m2 for Tiled + 100 per 5 m2 for installation The company wants a simple quote calculating application where they can input room dimensions and the software can provide a quote for each material. The application should be able to List customers names with their most recent quoted price (if any) Update the dimensions of the floor required Calculate customers total cost to have the floor fitted in each different type Show Customer details Show customers historic quotes Save the customer details to file Read the customer details from a file Exit Program. Data can be stored in a file called "floorscustomer.txt"
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
