Code:
int a, b, c, d;

a = 1;
b = 2;
c = 3;
d = 4;

if ( (a*b*c*d) == 12 )
{
   printf("Easy...\n");
}