#Using Menu for different functions
1 messages · Page 1 of 1 (latest)
I would extract each menu option to each own method, and make use of more meaningful variable names.
Generally speaking prefer constants, rather than magical numbers for your menu options.
And it looks like you want to use \t.