Pizza Slices
Joe’s Pizza Palace needs a program to calculate the number of slices a pizza of any size can
be divided into. The program should perform the following steps:
A) Ask the user for the diameter of the pizza in inches.
B) Calculate the number of slices that may be taken from a pizza of that size if each
slice has an area of 14.125 square inches.
C) Display a message telling the number of slices.
The number of square inches in the total pizza can be calculated with this formula:
Area = πr
2
where variable r is the radius of the pizza and π is the Greek letter PI. In your program
make PI a named constant with the value 3.14. Display the number of slices as a whole
number (i.e., with no decimals).
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here