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
slavikrds [6]
3 years ago
15

Test if a number grade is an A (greater than or equal to 90). If so, print "Great!". Hint: Grades may be decimals. Sample Run En

ter a Number: 98.5 Sample Output Great!
Engineering
1 answer:
Sphinxa [80]3 years ago
3 0

Answer:

In Python:

grade = float(input("Enter a Number: "))

if grade >= 90:

   print("Great!")

Explanation:

This prompts the user for grade

grade = float(input("Enter a Number: "))

This checks for input greater than or equal to 90

if grade >= 90:

If yes, this prints "Great"

   print("Great!")

You might be interested in
The mathematical model for finite element method in structural mechanics is the
zysi [14]

Explanation:

Conservation of velocity equation

3 0
3 years ago
Read 2 more answers
What would happen if an exposed film was accidentally placed in the fixer before being placed in the developer
Eduardwww [97]
Do you still want this answered
5 0
3 years ago
Water at 15°C is to be discharged from a reservoir at a rate of 18 L/s using two horizontal cast iron pipes connected in series
Zina [86]

Answer:

0.245 m^3/s

Explanation:

Flow rate through pipe a is 0.4 m3/s Parallel pipes have a diameter D = 30 cm => r = 15 cm = 0.15 m Length of Pipe a = 1000m Length of Pipe b = 2650m Temperature = 15 degrees Va = V / A = (0.4m3/s) / (3.14 (0.15m)^2) = 5.66 m/s h = (f(LV^2)) / D2g (fa(LaVa^2)) / Da2g = (fb(LbVb^2)) / Da2g and Da = Db; fa = fb LaVa^2 = LbVb^2 => La/Lb = Vb^2/Va^2 Vd^2 = Va^2(La/Lb) => Vb = Va(La/Lb)^(1/2) Vb = 5.66 (1000/2650)^(1/2) => 5.66 x 0.6143 = 3.4769 m/s Vb = 3.4769 m/s V = AVb = 3.14(0.15)^2 x 3.4769 m/s = 0.245 m^3/s

5 0
3 years ago
​Write 83,120 in expanded form using powers of 10.
maksim [4K]

Answer:

8*10000+3*1000+1*00+2*10+2

Explanation:

8 0
3 years ago
A smooth sphere with a diameter of 6 inches and a density of 493 lbm/ft^3 falls at terminal speed through sea water (S.G.=1.0027
Pachacha [2.7K]

Given:

diameter of sphere, d = 6 inches

radius of sphere, r = \frac{d}{2} = 3 inches

density,  \rho} = 493 lbm/ ft^{3}

S.G = 1.0027

g = 9.8 m/ m^{2} = 386.22 inch/ s^{2}

Solution:

Using the formula for terminal velocity,

v_{T} = \sqrt{\frac{2V\rho  g}{A \rho C_{d}}}              (1)

(Since, m = V\times \rho)

where,

V = volume of sphere

C_{d} = drag coefficient

Now,

Surface area of sphere, A = 4\pi r^{2}

Volume of sphere, V = \frac{4}{3} \pi r^{3}

Using the above formulae in eqn (1):

v_{T} = \sqrt{\frac{2\times \frac{4}{3} \pir^{3}\rho  g}{4\pi r^{2} \rho C_{d}}}

v_{T} = \sqrt{\frac{2gr}{3C_{d}}}  

v_{T} = \sqrt{\frac{2\times 386.22\times 3}{3C_{d}}}

Therefore, terminal velcity is given by:

v_{T} = \frac{27.79}{\sqrt{C_d}} inch/sec

3 0
3 years ago
Other questions:
  • In C++ the declaration of floating point variables starts with the type name float or double, followed by the name of the variab
    14·1 answer
  • What is centrifugal force with respect to unbalance? What is the formula used to determine centrifugal force?
    12·1 answer
  • 2. The initially velocity of the box and truck is 60 mph. When the truck brakes such that the deceleration is constant it takes
    12·1 answer
  • PLEASE ANSWER FOR DRIVERS ED! WILL GIVE BRAINLIEST
    10·1 answer
  • What is torque and how does it work?
    14·2 answers
  • Which type of load is not resisted by a pinned joint? A) Moment B) Shear C) Axial D) Compression
    7·1 answer
  • Need help with both giving out brainlest for the people to help me
    13·1 answer
  • Our aim is to calculate the efficiency of a gas turbine by assuming it operation can be modeled as a Carnot cycle. The kerosene
    9·1 answer
  • Pls help me with these 3 ez questions.
    8·2 answers
  • The corner store sells candy in ₵20, ₵30 and ₵50 packages. List all the ways in which the Candyman
    6·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!