number
NUMBER
Any value of type short, int, long, float, or double is a number. 3 is an example of an int, and 3.14 is an example of a float. Values of type char are also considered numbers.
ProfessorJ Advanced Language