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