Answered step by step
Verified Expert Solution
Question
1 Approved Answer
2. C++ Write a program to read a university name which are 2-5 word, and print the first letter of each word (if of is
2. C++ Write a program to read a university name which are 2-5 word, and print the first letter of each word (if "of" is part of the name, remove it). MUST use the members of library Sample run: Enter a university name: University La Verne University of La Verne or ULV CONTINUE(y)? y Enter a university name: University of California Los Angeles University of California Los Angeles or UCLA CONTINUE(y)? y Enter a university name: California State University Fullerton California State University Fullerton of CSUF CONTINUE(y)? y Enter a university name: Utah University Utah University or UT CONTINUE(y)? n
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started