Question: c + + Instructions Write a program to implement and test the algorithm that you designed for Exercise 1 5 of Chapter 1 . The
cInstructions
Write a program to implement and test the algorithm that you designed for Exercise of Chapter The instructions to Exercise have been posted below for your convenience:
Exercise
Given the radius, in inches, and price of a pizza, design an algorithm to find the price of the pizza per square inch.
You may assume that the value of pi
In your program, declare a named constant PI to store this value.
Below is an example of how the completed program should work:
Enter the radius of the pizza:
Enter the price of the pizza:
The price per square inch is:
Since your program handles currency, make sure to use a data type that can store decimals.
Task #: Declare PI as a constant
Test Feedback:
No attempts made
Task #: Correct output calculated and displayed
Test Feedback:
Status: FAILED!
Check:
Test: Test case
Reason: Unable to find in the program's output.
Enter the radius of the pizza: Enter the price of the pizza: $Price of the pizza per square inch: $
Error : AssertionError Unable to find in the program's output.
Timestamp: ::
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
