Run ❯
Get your
own
website
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
#include
using namespace std; int main() { int x = 20; int y = 18; if (x > y) { cout << "x is greater than y"; } return 0; }
x is greater than y