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