Question: May I please get help on this problem is C++? thank you and God bless! Define a function InspectCharacters() that has one input string parameter,
May I please get help on this problem is C++? thank you and God bless!

Define a function InspectCharacters() that has one input string parameter, one character parameter, and one output vector parameter passed by reference. The function should not return any value. The function appends true to the output vector for each character in the string that is not equal to the character parameter, and appends false otherwise. The values in the output vector are in the same order as the input string. Ex: If the input is zzvt z, then the output is: z is equal to z z is equal to z v is not equal to z t is not equal to z
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
