Class IntGetter

java.lang.Object
main.utils.iocontrol.IntGetter

public class IntGetter extends Object
The IntGetter class provides a static method for reading integer input from the user through the console.
  • Constructor Details

    • IntGetter

      public IntGetter()
  • Method Details

    • readInt

      public static int readInt()
      Reads an integer value from the console input.
      Returns:
      the integer value read from the console input.