Advertisement
oke_google

Data Mahasiswa.cpp

Feb 23rd, 2017
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.08 KB | None | 0 0
  1. #include "data.h"
  2.  
  3. int main(){
  4.         input();
  5.         output();
  6.         system("pause");
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement