Answered step by step
Verified Expert Solution
Question
1 Approved Answer
//Java Programming// NOTE: This needs to use methods and classes properly. The main method needs to only call other methods or classes. (as more than
//Java Programming//
NOTE: This needs to use methods and classes properly. The main method needs to only call other methods or classes. (as more than 1 class!)
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 a different file that contains a combination of the two input files 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] Ask user for output filename. The output file should be in this format: [Student Number],[Student Name],[Major],[GPA] There should be 1 output line in the file for each student. When finished, the program needs to This assignment needs to use methods and classes properly. Your main method needs to only call other methods or classes inform the user that the process is complete student1.txt student2.txt
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started