public class STUDENT { private int IdNumber; private char[] FirstName; private char[] LastName; private float GPA; }
How wou