Guest User

Untitled

a guest
Jan 20th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. system("pause");
  2. system("cls");
  3. cin.ignore();
  4.  
  5. for(int r = 0; r < 3; r++)
  6. { cout <<name[r]<<endl;
  7. for(int c = 0; c < 3; c++)
  8. cout<<grade[r][c]<<endl;
  9.  
  10. }
  11. system("pause");
  12. return 0;
  13.  
  14. }
Add Comment
Please, Sign In to add comment