SOLUTION OF URI 1009 URI SOLUTIONS // question of uri 1009 Salary with Bonus // 1009 (Mahmud_Jamil) BRUR #include <stdio.h> int main() { char a; double b,c,d; scanf("%s %lf %lf", &a,&b,&c); d=b+(c*15)/100; printf("TOTAL = R$ %.2f\n",d); return 0; } Share This: Facebook Twitter Google+ Stumble Digg Email ThisBlogThis!Share to XShare to Facebook Related Posts:SOLUTION OF URI 1929 // Solution of 1929 Triangle // (Mahmud_Jamil) BRUR #includ… Read MoreSOLUTION OF URI 1958 // Solution of 1958 Scientific Notation // (Mahmud_Jamil) BRUR … Read MoreSOLUTION OF URI 1759 // Solution of 1759 Ho Ho Ho // (Mahmud_Jamil) BRUR #include <… Read MoreSOLUTION OF URI 1435 // Solution of 1435 Square Matrix I // (Mahmud_Jamil) BRUR … Read MoreSOLUTION OF URI 1789 // Solution of 1789 The Race of Slugs // (Mahmud_Jamil) BRUR #in… Read More