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

39 Likes

Answer

boolean

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

Answered By

22 Likes


Related Questions