#include int main () { float X,Y; int I; X=20.3; Y=X*100.0; I=Y; printf("Inteiro I = %d \n",I); return(0); }