Question: Write a function calledacronymthat takes a string as a parameter and returns a string that is an acronym of the input. If the phrase is
Write a function calledacronymthat takes a string as a parameter and returns a string that is an acronym of the input. If the phrase is empty or only contains one word, your function should return an empty string.
The prototype for your function should be placed in a file calledfunctions.hand the function implementation should be placed in a file calledfunctions.cpp.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
