Posts by Giselli • 21 points
1 post
-
2
votes3
answers8151
viewsQ: How to read a string using input in Java?
In case I know how to do with int which would be something like: number1 = input.nextInt(); But I want my user to enter a string, let’s assume a month: mes = input.???? I need to read the string in…