float soma3n(float a, float b, int c) { float S; S = a + b + c; return S; }