_____ is a numeric value that does not include a decimal point
String
Integer
Boolean
Char
Answer: Integer
Long Answer:
Integer stores a numeric values such as 123, 543, 4, 02 but it cannot store decimal values such as 1.2, 532.2, 38.34. Decimal values can be stored in Float data type of Double data type.