Please who knows how to use "if" in c++ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Please who knows how to use "if" in c++

Example if a=yes print "good"

17th May 2022, 10:54 AM
Football Minds7
3 Answers
+ 1
Complete lesson 12.1 if statements in c++. It tells you clearly..
17th May 2022, 11:02 AM
Jayakrishna 🇮🇳
+ 1
17th May 2022, 11:05 AM
Football Minds7
0
// you have to type equalant opraror(==) in if not equal oprator(=) // pardon my grammer. // hope it helps. if ( a==yes) { std::cout << "Good"; } return 0;
18th May 2022, 10:30 AM
sahil somyani
sahil somyani - avatar