int main() { float a = (float)10; float b = (float)3; float c = a / b; int d = c; return d; }