mubaharu

Struct

Nov 15th, 2018
1,673
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.17 KB | None | 0 0
  1. struct Data {
  2.     int Tugas,N_Tugas,UTS,N_UTS,UAS,N_UAS,N_akhir,absen;
  3.     float N_absen;
  4.     string grade;
  5.     long int nim;
  6.     char nama[50];
  7.     char gender;
  8.     string gender1;
  9. }f[50];
Add Comment
Please, Sign In to add comment