Sagot :
Answer:
conditional statements allow you to make a decision, based upon the result of a condition. ... The statement(s) will get executed only if the condition becomes true and optionally, alternative statement or set of statements will get executed if the condition becomes false.