Expert Solution & Answer
Book Icon
Chapter 1, Problem 12E

Explanation of Solution

List of methods in Scanner class:

The list of methods is described in the section "method summary" from Scanner class are as follows:

  • close() method:
    • This method is used to close the scanner class and its return type is "void".
  • delimiter() method:
    • This method is used to match the delimiters and return that pattern.
  • findInLine(Pattern pattern) method:
    • This method is used to search the next occurrence from specified pattern by discarding the delimiters and its return type is "String".
  • findInLine(String pattern) method:
    • This method is used to search the next occurrence from specified string by discarding the delimiters and its return type is "String".
  • findWithinHorizon(Pattern pattern, int horizon) method:
    • This method is used to search the next occurrence from specified pattern and its return type is "String".
  • findWithinHorizon(String pattern, int horizon) method:
    • This method is used to search the next occurrence from specified string and its return type is "String".
  • hasNext()method:
    • This method is used to return true when scanner has another token input and its return type is "boolean".
  • hasNext(Pattern pattern) method:
    • This method is used to return true when next token input is matched with specified pattern and its return type is "boolean".
  • hasNext(String pattern) method:
    • This method is used to return true when next token input is matched with specified string and its return type is "boolean".
  • hasNextBigDecimal() method:
    • This method is used to return true if next token input can be interpreted as BigDecimal value with help of nextBigDecimal() method and its return type is "boolean".
  • hasNextBigInteger() method:
    • This method is used to return true if next token input can be interpreted as BigInteger value with help of nextBigInteger() method and its return type is "boolean".
  • hasNextBigInteger(int radix) method:
    • This method is used to return true if next token input can be interpreted as BigInteger value in specified radix with help of nextBigInteger() method and its return type is "boolean".
  • hasNextBoolean() method:
    • This method is used to return true if next token input can be interpreted as a Boolean value with help of case insensitive pattern such as true|false and its return type is "boolean".
  • hasNextByte() method:
    • This method is used to return true if next token input can be interpreted as byte value with help of nextByte() method and its return type is "boolean".
  • hasNextByte(int radix) method:
    • This method is used to return true if next token input can be interpreted as byte value in specified radix with help of nextByte() method and its return type is "boolean".
  • hasNextDouble() method:
    • This method is used to return true if next token input can be interpreted as double value with help of nextDouble() method and its return type is "boolean".
  • hasNextFloat() method:
    • This method is used to return true if next token input can be interpreted as float value with help of nextFloat() method and its return type is "boolean".
  • hasNextInt() method:
    • This method is used to return true if next token input can be interpreted as integer value with help of nextInt() method and its return type is "boolean".
  • hasNextInt(int radix) method:
    • This method is used to return true if next token input can be interpreted as integer value in specified radix with help of nextInt() method and its return type is "boolean".
  • hasNextLine() method:
    • This method is used to return true if there is another token input line is available and its return type is "boolean".
  • hasNextLong() method:
    • This method is used to return true if next token input can be interpreted as long value with help of nextLong() method and its return type is "boolean".
  • hasNextLong(int radix) method:
    • This method is used to return true if next token input can be interpreted as long value in specified radix with help of nextLong() method and its return type is "boolean".
  • hasNextShort() method:
    • This method is used to return true if next token input can be interpreted as short value with help of nextShort() method and its return type is "boolean".
  • hasNextShort(int radix) method:
    • This method is used to return true if next token input can be interpreted as short value in specified radix with help of nextShort() method and its return type is "boolean"...

Blurred answer
Students have asked these similar questions
Python - Need help! How do I have an input in turtle to display my name below the circle it draws and another input to display my age written below that? Code: import turtlebackground = "#FFFFFF" def draw_circle(radius, line_color, fill_color): my_turtle.color(line_color) my_turtle.fillcolor(fill_color) my_turtle.begin_fill() my_turtle.circle(radius) my_turtle.end_fill() def move_turtle(x, y): my_turtle.penup() my_turtle.goto(x, y) my_turtle.pendown() turtle.done()
Need help fixing my python code! Images attached on the required modficications I dont know how to do. Simpler the better.Code: (in images)
Answer all of the questions with steps by step explanation to every question.

Chapter 1 Solutions

Java: An Introduction to Problem Solving and Programming (8th Edition)

Chapter 1.2, Problem 11STQ Chapter 1.2, Problem 12STQ Chapter 1.2, Problem 13STQ Chapter 1.2, Problem 14STQ Chapter 1.2, Problem 15STQ Chapter 1.2, Problem 16STQ Chapter 1.2, Problem 17STQ Chapter 1.3, Problem 18STQ Chapter 1.3, Problem 19STQ Chapter 1.3, Problem 20STQ Chapter 1.3, Problem 21STQ Chapter 1.3, Problem 22STQ Chapter 1.3, Problem 23STQ Chapter 1.3, Problem 24STQ Chapter 1.3, Problem 25STQ Chapter 1.3, Problem 26STQ Chapter 1.3, Problem 27STQ Chapter 1.3, Problem 28STQ Chapter 1.3, Problem 29STQ Chapter 1.3, Problem 30STQ Chapter 1.3, Problem 31STQ Chapter 1.3, Problem 32STQ Chapter 1.4, Problem 33STQ Chapter 1.4, Problem 34STQ Chapter 1, Problem 1E Chapter 1, Problem 2E Chapter 1, Problem 3E Chapter 1, Problem 4E Chapter 1, Problem 6E Chapter 1, Problem 7E Chapter 1, Problem 8E Chapter 1, Problem 9E Chapter 1, Problem 10E Chapter 1, Problem 11E Chapter 1, Problem 12E Chapter 1, Problem 13E Chapter 1, Problem 14E Chapter 1, Problem 15E Chapter 1, Problem 16E Chapter 1, Problem 17E Chapter 1, Problem 18E Chapter 1, Problem 19E Chapter 1, Problem 20E Chapter 1, Problem 1P Chapter 1, Problem 2P Chapter 1, Problem 3P Chapter 1, Problem 4P Chapter 1, Problem 1PP Chapter 1, Problem 2PP Chapter 1, Problem 3PP Chapter 1, Problem 4PP Chapter 1, Problem 5PP Chapter 1, Problem 6PP
Knowledge Booster
Background pattern image
Similar questions
    SEE MORE QUESTIONS
    Recommended textbooks for you
    Text book image
    Np Ms Office 365/Excel 2016 I Ntermed
    Computer Science
    ISBN:9781337508841
    Author:Carey
    Publisher:Cengage
    Text book image
    CMPTR
    Computer Science
    ISBN:9781337681872
    Author:PINARD
    Publisher:Cengage
    Text book image
    Microsoft Visual C#
    Computer Science
    ISBN:9781337102100
    Author:Joyce, Farrell.
    Publisher:Cengage Learning,
    Text book image
    Systems Architecture
    Computer Science
    ISBN:9781305080195
    Author:Stephen D. Burd
    Publisher:Cengage Learning
    Text book image
    Programming Logic & Design Comprehensive
    Computer Science
    ISBN:9781337669405
    Author:FARRELL
    Publisher:Cengage
    Text book image
    New Perspectives on HTML5, CSS3, and JavaScript
    Computer Science
    ISBN:9781305503922
    Author:Patrick M. Carey
    Publisher:Cengage Learning