Page 1 of 1

TUT 3. Write a C++ program as follows: 1. write the function string toupper( const string& s) which constructs the upper

Posted: Fri May 20, 2022 12:35 pm
by answerhappygod
Tut 3 Write A C Program As Follows 1 Write The Function String Toupper Const String S Which Constructs The Upper 1
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 38 times
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.