#2071902
float mm = 0.4; float nn = 2.8; int xx = 3; int c = (mm * xx + nn); cout << "c: " << c << endl;