Question: Write a void function called OnlyUppercase that has only two parameters, a reference to a istringstream and a reference to an ostring stream. This function

Write a void function called "OnlyUppercase" that has only two parameters, a reference to a istringstream and a reference to an ostring stream. This function should read whitespace separated words from the first argument and write those words (each with a trailing newline character) to the second argument. However, only the words that are composed solely of UPPERCASE letters should be written to the second argument
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
