Answered step by step
Verified Expert Solution
Link Copied!

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

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

Oracle Database Foundations Technology Fundamentals For IT Success

Authors: Bob Bryla

1st Edition

0782143725, 9780782143720

More Books

Students also viewed these Databases questions