Name the scanner class function that reads or input a String or line of text with all characters
Answers
Answered by
2
Explanation:
The basic method from Scanner class is the nextLine( ) method. This method uses buffered input to read in a String that the user has entered
Hope it helps. ^_^
Answered by
0
Answer:
The Scanner class is used to get user input, and it is found in the java. util package.
Explanation:
please mark me as brainliest ❤️ ❤️❤️❤️❤️❤️❤️
Similar questions