SOLUTION OF URI 1006 URI SOLUTIONS question of uri 1006 Average 2 //1006 (Mahmud_Jamil) BRUR #include <stdio.h> int main() { float a=2,b=3,c=5,d,e,f,g,MEDIA; scanf("%f %f %f",&d,&e,&f); g=a+b+c; MEDIA=(a*d+b*e+c*f)/g; printf("MEDIA = %.1f\n",MEDIA); return 0; } Share This: Facebook Twitter Google+ Stumble Digg Email ThisBlogThis!Share to XShare to Facebook Related Posts:SOLUTION OF URI 1789 // Solution of 1789 The Race of Slugs // (Mahmud_Jamil) BRUR #in… Read MoreSOLUTION OF URI 1958 // Solution of 1958 Scientific Notation // (Mahmud_Jamil) BRUR … Read MoreSOLUTION OF URI 1929 // Solution of 1929 Triangle // (Mahmud_Jamil) BRUR #includ… Read MoreSOLUTION OF URI 1101 // 1101 (Mahmud_Jamil) BRUR // Sequence of Numbers and Sum #include <stdio.h>int main(){ in… Read MoreSOLUTION OF URI 1131 // 1131 (Mahmud_Jamil) BRUR // Grenais #include <stdio.h>int main(){ int a,b,c=0,d=0,e=0,f,g,h… Read More