Respuesta :

Answer:

If(condition)

Statement;

Else if(condition)

statement ;

Else if(condition)

Statement ;

Else

Statement;

Explanation: