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