Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Using python: Use input to prompt for these float values: price of oranges per pound pounds of oranges purchased price of apples per pound pounds
Using python:
Use input to prompt for these float values:
- price of oranges per pound
- pounds of oranges purchased
- price of apples per pound
- pounds of apples purchased
Calculate these float values:
- total price of oranges
- total price of apples
- total price of groceries
Display results as
Oranges: {total price of oranges} Apples: {total price of apples} Total: {total price of groceries} where values in {} are calculated values
Tests
Oranges | Apples | Output | ||
Price | Lbs. | Price | Lbs. | |
.68 | 2 | 1.29 | 2 | Oranges: 1.36 Apples: 2.58 Total: 3.94 |
1.29 | 3.6 | 1.74 | 1.1 | Oranges: 4.64 Apples: 1.91 Total: 6.55 |
Be sure to separate input from a calculation from the output
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started