Our app is now available on Google Play. Get it on Google Play

_____ is a numeric value that does not include a decimal point

  1. String
  2. Integer
  3. Boolean
  4. 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.