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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started