For Business
Login
Home
Assessments
Mytat Certificates
Community
Courses
Premium Courses
jobs
Practice
Upskilling
Projects
Help
Run ยป
#include
using namespace std; int main() { int x = 20; int y = 18; if (x > y) { cout << "x is greater than y"; } return 0; }