Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

140 pts] A fruit company sells oranges for 32 cents a pound plus $7.50 per order for shipping. if an order is 100 pounds or

image text in transcribed
140 pts] A fruit company sells oranges for 32 cents a pound plus $7.50 per order for shipping. if an order is 100 pounds or more, then the shipping cost is order. Write a program that wll ask the user for the number of pounds of oranges and then print the cost of the order. Your program must include the functions findualeprice and findshippingcost as indicated below to $1.50 for the entire 1# This function takes the quantity of oranges ordered in 2# and the per pound price as parameters and returns the total at price for the order 5 def findsaleprice (amount, price) : 7# This function takes the quantity of oranges ordered in pounds 8i as parameter and returns the total shipping cost. 10 def findshippingcost (amount): 121 Write program here to ask user for number ot pounds of oranges to order 13 6 and print the total cost of the order including shipping

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions