float apple = 3.0f; float banana = 65.32f; int something(void) { return (int)(apple * banana) % 11; }