Computer Science, asked by thecyrusdavid, 7 months ago

Name the scanner class function that reads or input a String or line of text with all characters

Answers

Answered by anandkumar4549
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 babes1513silfa
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