Problem Statement
Write a C program that reads two integers from standard input and determines whether they are equal or not. The program should output "EQUAL" if the two integers are the same, and "NOT EQUAL" if they are different.
This exercise helps you practice basic input/output operations and conditional statements in C programming.