- Tut 3 Write A C Program As Follows 1 Write The Function String Toupper Const String S Which Constructs The Upper 1 (26.2 KiB) Viewed 36 times
TUT 3. Write a C++ program as follows: 1. write the function string toupper( const string& s) which constructs the upper
-
- Site Admin
- Posts: 899603
- 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.