Question: Write a void function named CountUpper that counts the number of uppercase letters on one line of input. The function should return this number to
Write a void function named CountUpper that counts the number of uppercase letters on one line of input. The function should return this number to the calling code in a parameter named upCount. Hint: Use call by reference mechanism.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
