What is a Boolean? Can anybody teach me the basics of coding?
Answers
Answered by
0
Answer:
A boolean operator, or logical operator, consists of operators such as AND, OR, NOT, NOR, NAND, and XOR. These operators are used with conditional statements in programming, search engines, algorithms, and formulas
☞if you satisfied with the answer then please mark me as brainlist☜❂
Answered by
2
Answer:
Hey mate here is ur answer...
Explanation:
In computer science, a boolean or bool is a data type with two possible values: true or false. It is named after the English mathematician and logician George Boole, whose algebraic and logical systems are used in all modern digital computers.
Most important basic elements for programming languages are:
1) Programming Environment.
2) Data Types.
3) Variables.
4) Keywords.
5) Logical and Arithmetical Operators.
6) If else conditions.
7) Loops.
8) Numbers, Characters and Arrays
Hope it helps you....
Thankyou....
Similar questions