Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Strategy The program should do the following: 1. take the diameter of the pizza in inches as input a. store the diameter as an integer

image text in transcribed
Strategy The program should do the following: 1. take the diameter of the pizza in inches as input a. store the diameter as an integer 2. take the price of the pizza as input a. store the price as a float 3. using the given pizza size and price, calculate how much the pizza costs per square inch, using the following facts: a. the diameter of a circle is twice the radius b. the area of a circle is rer2 square inches where r is the radius in inches: an accurate version of rt, approximately 3.14. is available in Python as pi in the math library. 4. output the cost of the given pizza price and size in dollars per square inch a, round the cost to two decimal places Submit Cancel

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

Recommended Textbook for

Fundamentals Of Database Management Systems

Authors: Mark L. Gillenson

3rd Edition

978-1119907466

More Books

Students also viewed these Databases questions