Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

hi i need to report this but i cant how to start if you upload and work on pdf it will also good help me

hi i need to report this but i cant how to start if you upload and work on pdf it will also good help me image text in transcribed
image text in transcribed
Specifications: Prompt the user to input a wall's height and width. Calculate and output the walls area. Extend to also calculate and output the amount of paint in gallons needed to paint the wall. Assume a gallon of paint covers 350 square feet. Store this value using a const double variable. Extend to also calculate and output the number of 1 gallon cans needed to paint the wall. Hint: Use a math function to round up to the nearest gallon Example Output: Enter wall height (feet): 12.0 Enter wall width (feet): 15.0 Wall area: 180 square feet Paint needed: 0.514286 gallons Cans needed: 1 can(s) Deliverables: All source files (remember source files are.cpp and hpp and files) All data files (if used by your program). Screenshot of the software running on your machine. Submissions that do not include source files will receive an automatic grade of ZERO. Upload your lab report(in .pdf file format ONLY). Make sure you have entered all required information, including a screenshot of a(n) successful/unsuccessful run of your lab. Lab Report Report Format: Your report should follow the below format. Make sure to include all sections. You can review the grading rubric for this report below. Assignment/Problem Description: What were you required to implement? This is a word-for-word reiteration of the problem given to you. Discussion: Solution Program Description:A brief description of what your program does, including how your program works. For example, you might state whether your solution is recursive or iterative. Pseudocode or Flowchart: Include your program design materials: either your pseudocode or your flowchart (or both). Major Implementation Issues:What were the most difficult parts of your program to implement? Screenshots: Be sure to provide a screenshot of a successful run of your program. If you were not able to successfully complete your lab, you should embed a screenshot of the unsuccessful run (compiler errors). Known Bugs and/or Errors: List all the known bugs and/or errors of your program. After extensively testing your program, you should be aware of (nearly every issue it has. How does your program handle bad input? How does your program handle edge cases? This section is a space for full-disclosure; what's wrong with your program?( "No known bugs" is NOT a correct answer and will NOT receive points) Lessons Learned: What went well What you would do differently next time General Tips It end

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

Students also viewed these Databases questions