Question: Create a program that helps manage student information. The program will keep track of 2 different students. It will use several concepts you have learned
Create a program that helps manage student information. The program will keep track of 2 different students. It will use several concepts you have learned so far. It will read input files and output the contents to the screen. Program specs: Use JOptionPane for user input. Have a separate Student class that should contain information about the student. Ask user for the filename to input. There are 2 files attached to the assignment. It will need to ask 1 time for each file. The data in student1.txt should be read into the first student instance. The data in student2.txt should be read into the second student instance. The file in the data looks like this:
[Student Number] [Student Name] [Major] [GPA] The output should be in the following format and be displayed in a message box.
[Student Number],[Student Name],[Major],[GPA] This assignment needs to use methods and classes properly. Your main method needs to only call other methods or classes.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
