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
Una empresa realizó en el ejercicio de compras al contado por valor
Tanzania [10]

Answer:

englishhhh pleasee

Explanation:

we dont understand sorry....

8 0
3 years ago
A PLL is set up so that its VCO free-runs at 8.9 MHz. The VCO does not change frequency unless its input is within plus or minus
pickupchik [31]
It’s A 75khz because it’s plus or minus so if u add it would be too much
5 0
3 years ago
Determine the velocity of the 13-kgkg block BB in 4 ss . Express your answer to three significant figures and include the approp
Anvisha [2.4K]

Answer:

The question has some details missing : The 35-kg block A is released from rest. Determine the velocity of the 13-kgkg block BB in 4 ss . Express your answer to three significant figures and include the appropriate units. Enter positive value if the velocity is upward and negative value if the velocity is downward.

Explanation:

The detailed steps and appropriate calculation is as shown in the attached file.

6 0
3 years ago
A single-cylinder pump feeds a boiler through a delivery
Studentka2010 [4]

Answer:

Net discharge per hour will be 3.5325 m^3/hr

Explanation:

We have given internal diameter d = 25 mm

Time = 1 hour = 3600 sec

So radius r=\frac{d}{2}=\frac{25}{2}=12.5mm=12.5\times 10^{-3}m

We know that area is given by

A=\pi r^2=3.14\times (12.5\times 10^{-3})^2=490.625\times 10^{-6}m^2

We know that discharge is given by Q=AV, here A is area and V is velocity

So Q=AV=490.625\times 10^{-6}\times 2=981.25\times 10^{-6}m^3/sec

So net discharge in 1 hour = 981.25\times 10^{-6}m^3/sec\times 3600=3.5325m^3/hour

8 0
3 years ago
A rocket is launched from rest with a constant upwards acceleration of 18 m/s2. Determine its velocity after 25 seconds
lisabon 2012 [21]

Answer:

The final velocity of the rocket is 450 m/s.

Explanation:

Given;

initial velocity of the rocket, u = 0

constant upward acceleration of the rocket, a = 18 m/s²

time of motion of the rocket, t = 25 s

The final velocity of the rocket is calculated with the following kinematic equation;

v = u + at

where;

v is the final velocity of the rocket after 25 s

Substitute the given values in the equation above;

v = 0 + 18 x 25

v = 450 m/s

Therefore, the final velocity of the rocket is 450 m/s.

5 0
2 years ago
Other questions:
  • A 300 mm long steel bar with a square cross section (25 mm per edge) is pulled in tension with a load of 83,051 N , and experien
    10·1 answer
  • You start your car and begin to pull out of a parking space. After leaving the space, You notice that the brake light on your in
    12·1 answer
  • This is a multi-part question. Once an answer is submitted, you will be unable to return to this part As steam is slowly injecte
    15·1 answer
  • Air at atmospheric pressure and at 300K flows with a velocity of 1.5m/s over a flat plate. The transition from laminar to turbul
    13·1 answer
  • A Pelton wheel is supplied with water from a lake at an elevation H above the turbine. The penstock that supplies the water to t
    6·1 answer
  • Engineering practices include which of the following? Select all that apply.
    10·1 answer
  • Respond with TRUE if the symbol of the valve shown below is
    10·1 answer
  • 1. A thin-walled cylindrical pressure vessel is capped at the end and is subjected to an internal pressure (p). The inside diame
    14·1 answer
  • QUICK ASAP
    5·1 answer
  • The source term will affect all algebraic equations.
    6·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!