TUT 3. Write a C++ program as follows: 1. write the function string toupper( const string& s) which constructs the upper
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
TUT 3. Write a C++ program as follows: 1. write the function string toupper( const string& s) which constructs the upper
TUT 3. Write a C++ program as follows: 1. write the function string toupper( const string& s) which constructs the uppercase version of the the strings and returns it; 2. write the main() function with a while loop where (a) ask the user Enter a string: (b) use the function above function to construct and print the uppercase string.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!