Respuesta :

Answer:

The answer is "Scanner".

Explanation:

In the given question there is a mistyping error, that's why its solution can be defined as follows:

  • In this question, we assume that it is used in java program code, that's why in this question the class is "Scanner".
  • The Scanner is a pre-defined class, which is used to input the value from the user-end.  
  • To use this class in the program, we first import the java util package, that provides access to use this class.