Question: In c++, only solution code pls thank u The program first reads integer certificateCount from input, representing the number of pairs of inputs to be
In c++, only solution code pls thank u
The program first reads integer certificateCount from input, representing the number of pairs of inputs to be read. Each pair has a string and an integer. One Certificate object is created for each pair and added to vector certificateList. Write the PrintCertificatesInRange() function in the RecordsManager class using Print() to output all the Certificate objects with level between 4 and 8, both inclusive.
Ex: If the input is:
5 Rob 4 Jan 2 Dan 8 Ana 10 Eve 1
then the output is:
Certificate: Rob, Level: 4 Certificate: Dan, Level: 8
Note: The vector has at least one element.
#include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
