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
A plate clutch is used to connect a motor shaft running at 1500rpm to shaft 1. The motor is rated at 4 hp. Using a service facto
vazorg [7]

Answer:

(M_t)_{rated}=61.11lb-in

Explanation:

speed of motor (N)=1500 rpm

power=4 hp = 4 \times 0.7457 =2.9828 KW

service factor(k)= 2.75

now,

KW=\frac{2\pi n M_t}{60 \times 10^6} \\2.9828=\frac{2\pi \times 1500 M_t}{60 \times 10^6}\\M_t=\frac{2.9828\times 60 \times 10^6}{2\pi \times 1500 }

M_t= 18,989.09 \ N-mm= 168.06 lb-in

torque rating

(M_t)_{design}=k_s\times (M_t)_{rated}\\168.06= 2.75\times (M_t)_{rated}\\(M_t)_{rated}=\frac{168.06}{2.75} \\(M_t)_{rated}=61.11lb-in

4 0
3 years ago
Pls help me it’s due today
hichkok12 [17]

Answer:

C. 14.55

Explanation:

12 x 10 = 120

120 divded by 10 is 12

so now we do the left side

7 x 3 = 21 divded by 10 is 2

so now we have 14

and the remaning area is 0.55

so 14.55

6 0
2 years ago
Who is the inventor that created the light bulb
uranmaximum [27]

Answer:

Thomas Elva Edison

He invented light.

4 0
3 years ago
Which of the following answer options are your employer's responsibility?
tino4ka555 [31]

Answer:

Develop a written hazard communication program

Implement a hazard communication program

Maintain a written hazard communication program

Explanation:

To find - Which of the following answer options are your employer's responsibility?  Select all that apply.

Develop a written hazard communication program

Implement a hazard communication program

Maintain a written hazard communication program

Solution -

The correct options are -

Develop a written hazard communication program

Implement a hazard communication program

Maintain a written hazard communication program

All are the Responsibilities of an employer

Reason -

The most important duty of the employer is to stay alert and implement a correctly and efficiently written communication program related to hazards of the substances in the workplace.

He also has to maintain the program so that employees do not get affected.

3 0
3 years ago
Which of the following is a common use for commas?
andreyandreev [35.5K]

Answer:

connecting two independent clauses

4 0
3 years ago
Read 2 more answers
Other questions:
  • A flywheel performs each of these functions except: A. Contains a gear used for engine starting B. Smoothes engine operation C.
    11·1 answer
  • Air enters a well-insulated turbine operating at steady, state with negligible velocity at 4 MPa, 300°C. The air expands to an e
    10·1 answer
  • Calculate the equivalent capacitance of the three series capacitors in Figure 12-1
    5·1 answer
  • Why do many sources of water need treatment
    10·1 answer
  • 7. The "3 second rule" is the time you should pause at an intersection marked with a stop sign.
    6·1 answer
  • Before accurate distance standards, a cubit was the length of whose forearm?
    5·1 answer
  • Exercise 5.46 computes the standard deviation of numbers. This exercise uses a different but equivalent formula to compute the s
    12·1 answer
  • What is the heart of a set of construction drawing?
    10·1 answer
  • (HVAC) PLEASE HELP neeed helpp
    15·1 answer
  • The team needs to choose a primary view for the part drawing. Three team members make suggestions:
    10·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!