int m2; if (a < b) m2 = a; else m2 = b; return m2;