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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!