the Boolean data type
Answers
Answered by
5
Hello!☺️
Boolean Data Type : Primitive Data Type in Java Programming
- Boolean is primitive data type in Java.
- Boolean data type is used for logical values.
- Boolean data type can have two possible values : true or false.
- Boolean is the type returned by all relational operators.
- Boolean is the type required by the conditional expressions used in control statements...
Hope it helps uh❤
Answered by
4
Answer:
Boolean date type is a data type that has one of two possible values
Similar questions