Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. /* BG1: Làm lại hết */
  2.  
  3. #include<stdio.h>
  4. #include<conio.h>
  5.  
  6. int main()
  7. {
  8. printf("\n\n Bai 2: Chuong trinh in ra hinh chu nhat rong.\n");
  9. printf(" * * * * * * * * * *\n");
  10. printf(" * *\n");
  11. printf(" * *\n");
  12. printf(" * *\n");
  13. printf(" * * * * * * * * * *\n ");
  14.  
  15. getch();
  16. return 0;
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement