void MultiplicationLossOfPrecision(int a) { int b = 4; float c = a * b; }