Question: Write the inputCertificates ( ) method in the RecordsManager class. Within inputCertificates ( ) , use scnr to read each row number until - 1

Write the inputCertificates() method in the RecordsManager class. Within inputCertificates(), use scnr to read each row number until -1 is read from input. If the row number is not equal to -1:
Create a new Certificate object.
Use the Certificate object's readDetails() method to read the certificate's division and holder from input.
Append the Certificate object to ArrayList certificateList. JAVA

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 Programming Questions!