Write a program called mystring.cpp. The program should has several functions: 1. string lower (string word) Il e.g. Hello => hello 2. string upper (string word) Il e.g. hello => HELLO 3. string capitalize (string word) // e.g. hello => Hello 4. string reverse (string word) Il e.g. hello => olleH 5. These functions return a string as indicated in the examples above from the word it gets as an argument. The program should loop until the user enters "quit". Task 1 Sample Output Please enter a word: String-Character Lower case: string-character Upper case: STRING-CHARACTER Capitalize: Sstring-character Reverse: retcarahc-gnirts Please enter a word: quit

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter9: Completing The Basics
Section: Chapter Questions
Problem 7PP
icon
Related questions
Question

Use C++ langu

Write a program called mystring.cpp. The program should has several functions:
1. string lower (string word)
/l e.g. Hello => hello
2. string upper (string word)
/l e.g. hello => HELLO
3. string capitalize (string word) // e.g. hello => Hello
4. string reverse (string word)
/l e.g. hello => olleH
5. These functions return a string as indicated in the examples above from the word it gets as
an argument. The program should loop until the user enters "quit".
Task 1 Sample Output
Please enter a word: String-Character
Lower case: string-character
Upper case: STRING-CHARACTER
Capitalize: String-character
Reverse: retcarahc-gnirts
Please enter a word: quit
Transcribed Image Text:Write a program called mystring.cpp. The program should has several functions: 1. string lower (string word) /l e.g. Hello => hello 2. string upper (string word) /l e.g. hello => HELLO 3. string capitalize (string word) // e.g. hello => Hello 4. string reverse (string word) /l e.g. hello => olleH 5. These functions return a string as indicated in the examples above from the word it gets as an argument. The program should loop until the user enters "quit". Task 1 Sample Output Please enter a word: String-Character Lower case: string-character Upper case: STRING-CHARACTER Capitalize: String-character Reverse: retcarahc-gnirts Please enter a word: quit
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Random Class and its operations
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr