Bookmark because you can go back to it at any given time to re use it
When extinguishing a fire, the extinguisher's stream should be aimed at the base of the flame using a sweeping motion. This will allow one to kill the fire from the source. This will quickly put out the fire faster applying the extinguisher from the upside.
Answer:
B. Answer == "No"
Explanation:
The test condition from the code segment is If Answer == "No". The if-statement checks to see if the user input (Answer) equals "No", if it is then the code display "Try Again" and request the user to enter another input (Answer).
The general pattern for writing an if-statement is:
if (condition) then expression
The condition represent the test condition.
Your answer will be All of the above!!