if ( or or ) c++ code example Example: if c++ int x = 20; int y = 18; if (x > y) { cout << "x is greater than y"; }