define a function checkvalues() 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 jwbf j, then the output is:

Respuesta :

Otras preguntas