#include int main() { int i = 10; if (10 == i) { printf("equal to ten\n"); } else { printf("not equal to ten\n"); } return 0; }