0
where is the initiator for if statements?
4 Answers
0
I believe it is just
if{
}
I dont know what you mean
0
I believe it is just
if{
}
I dont know what you mean
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??
0
Yes