Computer Science, asked by abelacsah08, 3 months ago

what is the shortened way of saying else if​

Answers

Answered by chitrashri77
0

Answer:

if you must you could make it shorter. Just use a switch statement instead of if statement: switch (test

Similar questions