main0 fint a =2, b =3; float x =3.5, y =2.5, t ; t =( float )( a + b )/2+( int ) x %( int ) y ; printf ("% f ", t );}
3.52.5+1=3.5