- readBoolean() - Static method in class ITI1120
-
Read a single boolean
value from the keyboard.
- readChar() - Static method in class ITI1120
-
Read a single char
value from the keyboard.
- readCharLine() - Static method in class ITI1120
-
Read an array of char
values from the keyboard.
- readDouble() - Static method in class ITI1120
-
Read a single double
value from the keyboard.
- readDoubleLine() - Static method in class ITI1120
-
Read an array of double
values from the keyboard.
- readInt() - Static method in class ITI1120
-
Read a single int
value from the keyboard.
- readIntLine() - Static method in class ITI1120
-
Read an array of int
values from the keyboard.
- readString() - Static method in class ITI1120
-
Read a String from the keyboard.