This is my switch statement looping (that i found on google) where ask users to enter numbers from 1 to 4, if users entered other numbers then loop back, but the problem is if users enter other than integers(char, symbol), it will cause a infinite loop, how should i improve this?