#include <stdio.h>
int main ()
float floatvalue = 8.25
printf ("%d\n", (int) floatvalue);
return 0;
}
Answers
Answered by
0
Answer:
I don't know the answer, I am so sorry
Similar questions