#include <stdio.h> int main() { int a=2; int b=8; if (a!=b) { printf("true"); } else{ printf("false"); } }
To embed this project on your website, copy the following code and paste it into your website's HTML: