what is the shortened way of saying else if
Answers
Answered by
0
Answer:
if you must you could make it shorter. Just use a switch statement instead of if statement: switch (test
Similar questions