Computer Science, asked by satishbui, 10 months ago

the Boolean data type​

Answers

Answered by Anonymous
5

Hello!☺️

Boolean Data Type : Primitive Data Type in Java Programming

  1. Boolean is primitive data type in Java.
  2. Boolean data type is used for logical values.
  3. Boolean data type can have two possible values : true or false.
  4. Boolean is the type returned by all relational operators.
  5. Boolean is the type required by the conditional expressions used in control statements...

Hope it helps uh❤

Answered by shreya8959
4

Answer:

Boolean date type is a data type that has one of two possible values

Similar questions