#include int main () { float x=0.01; if ((x*100.0) != 1.0) printf ("Não iguais \n"); else printf ("Iguais \n"); return(0); }