Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Basic C# programming for beginners. Please don't explain it in a extreme way, need it done using visual studio 2017 with consoleApp.NetFramework just having a
Basic C# programming for beginners. Please don't explain it in a extreme way, need it done using visual studio 2017 with consoleApp.NetFramework
Write an app that will aid a salesperson to estimate the price of a re-flooring job. Perform the following: 1. Ask the user how many rooms will be re- floored. 2. Loop until the length and width have been entered for all the rooms o Ask for the width of the room, read it and save the value o Ask for the length of the room, read it and save the value o Calculate the area in the current room (length x width) and store in an area array o Move to the next room in the area array 3. Ask the user for the price per square foot for the new flooring 4. Loop through all rooms Calculate the cost of re-flooring the current room o Display the cost to the user for the current room o Move to the next room in the area array 5. Display the total cost to re-floor all the rooms 6. Ask the user if he/she is done, if so end the app 7. Otherwise, loop back around and go again (start at step 1 again) just having a hard time understanding how to write the program.
Step 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