Advertisement
Tran-Ba-Khai

Untitled

Jul 21st, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 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 3: Chuong trinh in ra mot tam giac vuong.\n");
  9. printf(" *\n");
  10. printf(" * *\n");
  11. printf(" * * *\n");
  12. printf(" * * * *\n");
  13. printf(" * * * * *\n");
  14. printf(" * * * * * *\n");
  15.  
  16. getch();
  17. return 0;
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement