Why doesn't this work | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
14th Apr 2017, 6:39 AM
Chill Flicker
Chill Flicker - avatar
2 Answers
+ 14
Now it works: #include <iostream> using namespace std; int main() { bool a = false; if(a == 0){ cout<<"hello"; } else{ cout<<"hi"; } return 0; }
14th Apr 2017, 6:41 AM
Dev
Dev - avatar
+ 1
thank you i just realised it
14th Apr 2017, 6:45 AM
Chill Flicker
Chill Flicker - avatar