Friday 15 September 2017

Java Scanner Method 'hasNext'

Cited from the Book Java How to Program

Scanner method hasNext to determine whether there’s more data to input. This method returns the boolean value true if there’s more data; otherwise, it returns false.

No comments:

Post a Comment