Computer Applications

Which of the following is non-numeric data type?

  1. boolean
  2. int
  3. float
  4. double

Values & Data Types Java

31 Likes

Answer

boolean

Reason — boolean data type can store only two values - true or false.

Answered By

18 Likes


Related Questions