Text file into an array then Print
Hi, I am new to Java.I am looking for some code for my mock exam.I am using netbeans and need to code to do the following.
1.Provide the code to declare and create a two-dimensional String array to store data from answers.txt. Also, develop the actionPerformed method for the load button. When the user presses the load button the information should be read from answers.txt into this array.
2.Develop the actionPerformed method for the display button. When the user presses the display button the students’ ids of those students who answered all questions correctly are displayed. The correct solution is TTFFTTFFTT. (Hint use JOptionPane to display).
:)