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.33 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 Bai 1: Chuong trinh in ra mot hinh chu nhat to kin. \n ");
  9. printf("* * * * * * * * * *\n");
  10. printf("* * * * * * * * * *\n");
  11. printf("* * * * * * * * * *\n");
  12. printf("* * * * * * * * * *\n");
  13. getch();
  14. return 0;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement