Advertisement
Guest User

nyot

a guest
Oct 22nd, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. #include <iostream.h>
  2. #include <conio.h>
  3.  
  4. main()
  5. {
  6. //
  7. cout<<""<<endl;
  8. getch ();
  9. cout<<" |------------Biodata Diri-------------| "<<endl;
  10. cout<<" | | "<<endl;
  11. getch ();
  12. cout<<" | Nama : Jafi Riski Abdillah | "<<endl;
  13. cout<<" | | "<<endl;
  14. getch ();
  15. cout<<" | alamat : Jember | "<<endl;
  16. cout<<" | | "<<endl;
  17. getch ();
  18. cout<<" | Umur : 19 | "<<endl;
  19. cout<<" | | "<<endl;
  20. getch ();
  21. cout<<" |-------------------------------------| "<<endl;
  22. // getch();
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement