Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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?

image text in transcribed

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.

image text in transcribed

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions

Question

Explain the service recovery paradox.

Answered: 1 week ago