float x, y; x = 1; y = 1; if (x == y) { printf ("they match.\n"); } else { printf ("close, but no cigar.\n"); }