Advertisement
achmadzarl

data mahasiswa

Sep 22nd, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.43 KB | None | 0 0
  1. #include <stdio.h>
  2. #include <conio.h>
  3. main ()
  4. {
  5. printf("            BIODATA MAHASISWA\n");
  6. printf("=====================================================\n");
  7. printf("NIM       = 13120712\n");
  8. printf("Name      = achmad zarkasih ichsanudin\n");
  9. printf("telephone = 085831450659\n");
  10. printf("Adress    = :KP.PEDURENAN JATI LUHUR JATI ASIH BEKASI\n");
  11.  
  12. printf("=====================================================\n");
  13. getch ();
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement