kpomer / stick_E_notes

Apache License 2.0
1 stars 1 forks source link

Fixed issue of nextLine not working #57

Closed kpomer closed 6 years ago

kpomer commented 6 years ago

I found that when nextInt() is called, there is an issue when inputting the next user input. I fixed this using a reader.nextLine(); command whenever this issue happened