SOLUTION OF URI 1097 URI SOLUTIONS No comments // 1097 (Mahmud_Jamil) BRUR // Sequence IJ 3 #include <stdio.h>int main(){ int i=1,j=7; while(i<=9){ printf("I=%d J=%d\n",i,j--); printf("I=%d J=%d\n",i,j--); printf("I=%d J=%d\n",i,j--); i+=2; j+=5; } return 0;} Share This: Facebook Twitter Google+ Stumble Digg Email ThisBlogThis!Share to XShare to Facebook Related Posts:SOLUTION OF URI 1014 // question of uri 1014 Consumption // 1014 (Mahmud_Jamil) BRUR #inc… Read MoreSOLUTION OF URI 1020// question of uri 1020 Age in Days // 1020 (Mahmud_Jamil) BRU… Read More SOLUTION OF URI 1016 // question of uri 1016 Distance // 1016 (Mahmud_Jamil) BRUR … Read MoreSOLUTION OF URI 1017 // question of uri 1017 Fuel Spent //1017 (Mahmud_Jamil) BRU… Read MoreSOLUTION OF URI 1015 // question of uri 1015 Distance Between Two Points // 1015 (Mahmud_Jam… Read More
0 comments:
Post a Comment