void DivisionNoLossOfPrecision() { int a = 21; int b = 4; float c = (float)a / b; }