1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Minchanka [31]
2 years ago
6

A fruit company sells oranges for 32 cents a pound plus $7.50 per order for shipping. If an order is over 100 pounds, shipping c

ost is reduced by $1.50. This program is supposed to ask the user for the number of pounds of oranges and then print the cost of the order, but it is all mixed up! Can you put the lines in the right order?
Note that two lines are indented slightly.


Don't worry if you can't solve this one, as we'll cover all of how to do this in the coming weeks. But playing around with this program --- rearranging lines, keeping whole lines together --- and trying to figure out how to make it work will give you good experience in experimenting with Python.


costFruit = pounds * 0.32 #1

else: #2

if pounds <= 100 : #3

pounds = int(input("Enter pounds: ")) #4

print(totalCost) #5

shipping = 6.00 #6

shipping = 7.50 #7

totalCost = costFruit + shipping #8
Mathematics
1 answer:
Andre45 [30]2 years ago
6 0

Answer:

I will tell you if you give me 5 stars and thanks.

Step-by-step explanation:

because I need it.

You might be interested in
(ab² + 13b - 4a) + (3ab² + a +7b)
Natalija [7]

Answer:

4ab² + 20b - 3a

Step-by-step explanation:

This question most likely asks us to simplify the expression, as factoring is not possible...

(ab² + 13b - 4a) + (3ab² + a + 7b),

ab² + 13b - 4a + 3ab² + a + 7b,

ab² + 3ab² + 13b + 7b - 4a + a,

Solution : 4ab² + 20b - 3a

4 0
3 years ago
David made fruit punch for his party but accidentally tripped and spilled 5/12 of the punch. How much of the punch was left?
Radda [10]
7/12 of the punch was left; 12-5=7
4 0
3 years ago
Read 2 more answers
Lines LaTeX: CEC E and LaTeX: ADA D intersect at LaTeX: BB.
Goshia [24]

Answer:

✔️The measure of angle <CBA is equal to the measure of angle <DBE.

✔️The measure of angle CBD is equal to the measure of angle ABE.

✔️The sum of the measures of angles CBD and CBA is 180 degrees.

Step-by-step explanation:

Vertical angles are formed when two straight lines intersect each other at a certain point. The diagram given is a typical example. This, vertical opposite angles formed are said to be congruent, that is their measures are equal to each other.

The following statements are true of the given diagram:

✔️The measure of angle <CBA is equal to the measure of angle <DBE.

(<CBA and ,<DBE are vertically opposite angles)

✔️The measure of angle CBD is equal to the measure of angle ABE.

(They are both vertically opposite angles)

✔️The sum of the measures of angles CBD and CBA is 180 degrees.

(<CBA and <CBD are supplementary angles)

3 0
3 years ago
What is the perimeter of the triangle?
12345 [234]
Answer: D

Work is shown in picture :)

6 0
2 years ago
Write the equation of the line passing through the points (−1, 2) and (3, 4)
lina2011 [118]

Answer:

2/4

Step-by-step explanation:

Using a graph, you would start at (-1,2). Next you would move up twice. Then you would move 4 lines to the right. You'll land on (3,4)

6 0
3 years ago
Other questions:
  • 12 yellow balls and 7 red balls are placed in an urn. two balls are then drawn in succession without replacement. what is the pr
    10·1 answer
  • Find the next new numbers in the pattern.
    9·1 answer
  • andy deposited $1567.12 in a savings account that earns 1.9% simple interest. what will andy's account balance be in nine months
    11·1 answer
  • Ratios that are equivalent to 8 : 20
    6·1 answer
  • What is the surface area to a cylinder
    14·1 answer
  • Michael invests $2000 in an annuity that offers an interest rate of 4%
    13·1 answer
  • I need help i am very confused
    13·1 answer
  • Find the length of the hypotenuse left
    9·1 answer
  • Voting rates in presidential elections from 1996-2012 are modeled below
    9·1 answer
  • To conduct a survey on current social work majors, a researcher gets a list of all students who have declared a social work majo
    14·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!