Question: Write the InputCertificates0 function in the RecordsManager class. Within InputCertificates(), use cin to read pairs of inputs, string currHolder and character currDivision, until completed' is
Write the InputCertificates0 function in the RecordsManager class. Within InputCertificates(), use cin to read pairs of inputs, string currHolder and character currDivision, until "completed' is read from input. Create a Certificate object with currHolder and currDivision as arguments and append the object to vector certificatelist Ex: If the input is zoe B Guy B Meg A completed, then the output is: Certificate: zoe, Division: B Certificate: Guy, Division: B Certificate: Meg, Division: A
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
