Question: C++ programming help Needed help on this assignment. I need this done in C++ please Assignment Using library functions, write and submit a C++ program
Assignment Using library functions, write and submit a C++ program to compute and output the surface area of screens for diagonal measurements of common TV sizes: 39, 42, 50, 65, and 75 inches. Prompt the user for the aspect ratio. A run of the program, with console input and output, should look like this: Enter the aspect ratio width: 16 Enter the aspect ratio height: 9 Diagonal Screen Area 39 42 50 65 75 649.92 753.76 1068.25 1805.34 2403.56 Here are the requirements: Validate that the aspect ratio inputs are positive numbers. Loop with an error message until valid input is given. Output a table in two columns with headers, as above (your table does not need to be exactly formatted like this, but it should have two columns, aligned under headers). Format the output to two digits past the decimal precision Formulas Here is how you can calculate the screen dimensions
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
