0
What is boolean and float in c++
3 Respostas
+ 3
Boolean and float are two kind of variables.
Boolean is a variable that can hold only two values: true or false.
A float is a variable that can hold floating-point number, which means it is a number that has a decimal place, for example: 3,15.
+ 1
Please explore the lessons of SoloLearn!
https://www.sololearn.com/learn/CPlusPlus/1623/?ref=app
https://www.sololearn.com/learn/CPlusPlus/1622/?ref=app
+ 1
Thnks bro