0
Write example program on Boolean type...
4 odpowiedzi
+ 13
A 'boolean' is used to perform logical operations, most commonly to determine whether some condition is 'true'.
Boolean expressions are used in conditional statements, such as 'if', 'while', and 'switch'.
Here's you have nice explanations of Booleans and Conditional Statements
• https://code.sololearn.com/WHv1hxlN7Dhf/?ref=app
+ 2
Enter only true or false
https://code.sololearn.com/c1gexIcynCSm/?ref=app
0
I can't understood Boolean type.can you explain me briefly with program?
0
What boolean type .I KNOW WHAT MEANS BOOLEAN .BUT WHAT THE TYPE OF BOOLEAN? THANK YOU