Advertisement
Tran-Ba-Khai

Untitled

Jul 21st, 2017
62
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 4: in ra ten cua ban trong hinh chu nhat.\n");
  9. printf(" * * * * * * * * * *\n");
  10. printf(" * *\n");
  11. printf(" * KHAI *\n");
  12. printf(" * *\n");
  13. printf(" * * * * * * * * * *\n");
  14. getch();
  15. return 0;
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement