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