where is the initiator for if statements? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

where is the initiator for if statements?

21st Jul 2016, 7:20 AM
Brandon Marcus
Brandon Marcus - avatar
4 Answers
0
I believe it is just if{ } I dont know what you mean
21st Jul 2016, 6:38 PM
T.J. Blevins
T.J. Blevins - avatar
0
I believe it is just if{ } I dont know what you mean
21st Jul 2016, 6:38 PM
T.J. Blevins
T.J. Blevins - avatar
0
no like I put in #include<iostream> using namespace std; int main() if (33>3); { cout <<"yes"; return 0; } is that how you type the code out??
24th Jul 2016, 8:28 PM
Brandon Marcus
Brandon Marcus - avatar
0
Yes
24th Jul 2016, 10:32 PM
T.J. Blevins
T.J. Blevins - avatar