Advertisement
shohan11421

Untitled

Oct 9th, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.18 KB | None | 0 0
  1. #include<stdio.h>
  2. int main()
  3. {
  4.     int i,m;
  5.     for(i=0;i<4;i++)
  6.     {
  7.        for(m=0;m< 4;m++){
  8.          printf("melon ");
  9.        }
  10.        puts("");
  11.        }
  12.     return 0;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement