#include <stdio.h> int main() { int a,b; scanf("%d",&a); scanf("%d",&b); if(a>b) { printf("if a is greater than b"); } else printf("b is greater than a"); return 0; }
To embed this project on your website, copy the following code and paste it into your website's HTML: