Question: Hello, I'm having some issues with my code and if anyone could help, that'd be great. This is the code I'm working with, it's in

Hello, I'm having some issues with my code and if anyone could help, that'd be great.

This is the code I'm working with, it's in 3 separate class files and there are 3 data files at the bottom:

https://pastebin.com/ArVrDAFP

This is one of the errors I'm getting and I'm not really sure how to fix it. Is it just wanting me to change the names?

Hello, I'm having some issues with my code and if anyone could

The other problem I'm having is in StudentListManager.java. I'm supposed to display the amount of students in the ArrayList and I'm not sure how to do so.

help, that'd be great. This is the code I'm working with, it's

Thank you for any help, I appreciate it. Please let me know if there's any information I need to add.

Tests readStudentDataFile(CS100.txt") reads file data and stores 2 objects into array correctly Compilation failed zyLabsUnitTest.java: 12: error: cannot find symbol ArrayListCStudene> testArray = students.getStuList(); symbol: method getstuList location: variable students of type StudentList zyLabsUnitTest.java:13: error: cannot find symbol if (testArray.get (0).getstuIdNum )123456 symbol: method getStuIdNum location: class Student zyLabsUnitTest.java: 14: error: cannot find symbol && testArray.get (0).getstuGpa3.46) Compilation failed symbol: method getStuGpa) location: class Student zyLabsUnitTest.java: 17: error: cannot find symbol if (testArray.get (1) .getstuIdNum ()334455 symbol: method getStuldNum cation : class Student zyLabsUnitTest.java:18: error: cannot find symbol && testArray.get (1).getStuGpa ()2.7) symbol: method getStuGpa location: class Student 5 errors

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!