Respuesta :

43800

Answer:

to check to see if some expression is true, and if it is do something, otherwise do something else. An if/else statement requires you to define an expression that evaluates to true or false.

Explanation: