Writing Service-Java programming using Arrays
Write a program that reads in a student file and creates Student.java objects with the following fields: first name, last name, GPA, and student ID. The objects will be stored in an array of Students in a class named StudentSearcher.java. Provide the user with a list of possible student IDs to search from.
Please code this without text files by making array of student objects and then scanning through the array to find the student with required attributes. Please do not use ArrayList because we have not studied that topic yet.
Please follow and like us: