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