SOLUTION OF URI 1010 URI SOLUTIONS // question of uri 1010 Simple Calculate // 1010 (Mahmud_Jamil) BRUR #include <stdio.h> int main() { int a,b,d,e; float c,f,g; scanf("%d %d %f %d %d %f",&a,&b,&c,&d,&e,&f); g=(b*c+e*f); printf("VALOR A PAGAR: R$ %.2f\n",g); return 0; } Share This: Facebook Twitter Google+ Stumble Digg Email ThisBlogThis!Share to XShare to Facebook Related Posts:SOLUTION OF URI 1035 // question of uri 1035 Selection Test 1 // 1035 (Mahmud_Jamil) BRUR #… Read MoreSOLUTION OF URI 1020// question of uri 1020 Age in Days // 1020 (Mahmud_Jamil) BRU… Read MoreSOLUTION OF URI 1021 // question of uri 1021 Banknotes and Coins &nbs… Read MoreSOLUTION OF URI 1019 // question of uri 1019 Time Conversion // 1019 (Mahmud_Jamil) BRUR … Read MoreSOLUTION OF URI 1018 // question of uri 1018 Banknotes //1018 (Mahmud_Jamil) BRUR #i… Read More