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
xeze [42]
2 years ago
12

- if `check_1` and `check_2` variables are both True, it should set the value of a variable `outcome` to the string 'BOTH' - eli

f `check_1` is True and `check_2` is False, it should set the value of a variable `outcome` to the string 'ONE' - elif `check_1` is False and `check_2` is True, it should set the value of a variable `outcome` to the string 'TWO' - else (meaning both must be False), it should set the value of a variable `outcome` to the string 'NEITHER'
Engineering
1 answer:
tresset_1 [31]2 years ago
4 0

Answer:

See Explaination

Explanation:

if(check1 and check2):

outcome = "BOTH"

elif(check1):

outcome = "ONE"

elif(check2):

outcome = "TWO"

else:

outcome = "NEITHER"

You might be interested in
What are some "vital signs" that we consider to tell us about the economy?
Wittaler [7]

Explanation:

if there is a deficit or a surplus

if the budget is good

7 0
3 years ago
Read 2 more answers
Situation: Peter is designing a new hybrid car that functions on solar power. He is currently working on sketches of his design
givi [52]

Answer:

whats the question?

Explanation:

8 0
2 years ago
Lydia is the CEO for a large pharmaceutical manufacturer. Her company is in the final stages of FDA
weqwewe [10]
OSHA inspections are generally unannounced. In fact, except in four exceptional circumstances when advance notice may be given.


It is a criminal offense for any person to give unauthorized advance notice of an OSHA inspection.
5 0
3 years ago
Write a C program that asks the user to enter two numbers, obtains the two numbers from the user and prints the sum, product, di
Bogdan [553]

Answer:

View Image

Explanation:

Initialize your variable as a float or double since you're going to be using fractions in your answer.

User scanf() to get user input.

Print out the sum, product, quotient, and difference between the two numbers.

8 0
3 years ago
What happens to the amperage draw of a condensing unit on a split AC system if the liquid line is restricted
cupoosta [38]

Answer:

The amperage draw of the condensing unit will be low.

Explanation:

A condensing unit is made up of a compressor and condenser, while an evaporating unit is made up of an evaporator coil.

A split AC system is a type of air conditioner system that has a condensing unit which is placed separately from the evaporative coil unit. Then the two units are connected to each other via a copper tube containing refrigerants.

The liquid line connects the condenser to the evaporator, and if this liquid line is restricted, the amp consumed by the condensing unit will be low.

6 0
3 years ago
Other questions:
  • Consider an InSb NW with ballistic mean free path of 150nm. Calculate the current through a 250nm long InSb NW when a 100mV bias
    6·1 answer
  • Air in a rigid tank is initially at 320 K and 130 kPa. Heat is added until the final pressure is 438 kPa. What is the change in
    9·1 answer
  • . A piston-cylinder device whose piston is resting on top of a set of stops initially contains 0.5 kg of helium gas at 100 kPa a
    14·1 answer
  • The air velocity in the duct of a heating system is to be measured by a Pitot-static probe inserted into the duct parallel to th
    13·1 answer
  • What organization which fire codes
    13·2 answers
  • A block of mass M rests on a block of mass M1 = 5.00 kg which is on a tabletop. A light string passes over a frictionless peg an
    14·1 answer
  • What should -7/56 BE DIVIDE TO GET -1/8​
    14·2 answers
  • Tech A says that proper footwear may include both leather and steel-toed shoes. Tech B says that when working in the shop, you o
    15·1 answer
  • Which of the following explains why trucking is the most widely used transportation method?
    14·1 answer
  • Explain race condition..<br><br>don't spam..​
    13·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!