he function accumulate_acronym has no parameters; it reads strings from standard input and accumulates the corresponding acronym.    The end of the input is signaled when the user enters the string "STOP".   For example, if the user enters "United Guinea Pig Supporters of America STOP", then the function returns the acronym string, "UGPSoA".   The function does not print anything to standard output

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter7: User-defined Simple Data Types, Namespaces, And The String Type
Section: Chapter Questions
Problem 8PE: Write a program that reads in a line consisting of a students name, Social Security number, user ID,...
icon
Related questions
Question

The function accumulate_acronym has no parameters; it reads strings from standard input and accumulates the corresponding acronym. 

 

  • The end of the input is signaled when the user enters the string "STOP".  
  • For example, if the user enters "United Guinea Pig Supporters of America STOP", then the function returns the acronym string, "UGPSoA".  
  • The function does not print anything to standard output.

 

 

Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning