+ 1
Explain concepts?
1. Please explain Bool and Booleans 2.How do they work? 3.A piece of code for an example THXX
4 Answers
+ 3
Boolean is a type which has one of the two values(true and false). The type name in c++ is bool. It is used to do logial operation.
This web site will help you.
https://en.m.wikipedia.org/wiki/Boolean_data_type
+ 2
Study this code
https://code.sololearn.com/cR0pIZzYoIQ1/?ref=app
0
https://www.sololearn.com/Course/CPlusPlus/?ref=app
This course teaches you the basics of C++. You should check it out!
0
I am using this course but these topics are not much in detail !