Question: Your goal is to write a simple program to compute the area and perimeter of a kite. You should prompt the user to input
Your goal is to write a simple program to compute the area and perimeter of a kite. You should prompt the user to input the lengths of the four sides of the kite. The user should also input the height of the kite (Q) and the width of the kite (P). Then you should perform both of the requested calculation. Once the calculations have been performed, you should output the results to the screen. Please be sure to provide good output messages so the user knows what the numbers they are seeing say. Area = PQ/2 Perimeter = a +b+c+d Running: DevC++: Click on the compile button, then Run. Visual Studio: Select Debug -> Start without debugging or hit the f5 key. You should run this program twice. The first run, please use the following values: b = 10 c = 4 d = 10 Q = 13 a = 4 a P = 6 b Activate Win Go to Settings to
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
