KnowledgeBoat Logo
|

Computer Applications

Which of the following is non-numeric data type?

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

Values & Data Types Java

30 Likes

Answer

boolean

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

Answered By

17 Likes


Related Questions