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
Please Help
prisoha [69]

Answer:

i dont know

Step-by-step explanation:

4 0
2 years ago
A+x+6, when a=10 and x=4
kolezko [41]

Answer:

the answer is 20. 10+4+6 is 20

Step-by-step explanation:


4 0
3 years ago
Read 2 more answers
3n-5=-48-40n. Please help . I need the steps to solve and the answer
liraira [26]

3n-5=-48-40n

Move -40n to the other side. Sign changes from -40n to +40n.

3n+40n-5=-48= -48-40n+40n

3n+40n-5=-48

Move -5 to the other side.

3n+40n-5+5=-48+5

3n+40n=-43

43n=-43

Divide by 43 for both sides

43n/43=-43/43

n=-1

Answer: n=-1

5 0
3 years ago
Read 2 more answers
Please could someone explain this to me?
qwelly [4]
Ok so A is the same as the square root of 4b+c but all of the numbers and the answer have to be prime numbers
4 0
2 years ago
Which of the following expressions represents the distance between -13 and -4 on a number line
lesya692 [45]

Answer:

<h2>a) |-13 - (-4)|</h2>

Step-by-step explanation:

The formula of a distance between two points (numbers) A and B on the number line:

d = |B - A| = |A - B|

We have A = -13 and B = -4. Substitute:

d = |-13 - (-4)|

6 0
2 years ago
Other questions:
  • Angle B=25 Angle C=90 Line segment BC=5 what is the length of CA?
    6·1 answer
  • What is 1360 kilograms in grams
    9·2 answers
  • How do I convert 2 months into years using 360 days?
    13·1 answer
  • (Look at the picture) help me
    13·1 answer
  • A farmer needs to plant 180 tomato plants. He can plant 9 plants every 15 minutes.
    11·1 answer
  • I will fail if i dont pass this test plzz help!​
    9·1 answer
  • A statistics student records the servings of vegetables Natalia and Zane eat each weekday. The table shows the results.
    5·1 answer
  • Pets Plus and Pet Planet are having a sale on the same aquarium. At Pets Plus the aquarium is on sale for 30% off the original p
    14·1 answer
  • What is the explicit formula for this sequence?<br> -6, -2, 2, 6, 10, ...
    6·1 answer
  • Mary's sock drawer is filled with pairs of black, red, green, and yellow socks. Mary wants to know the probability of picking a
    6·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!