Question: c++ Question 3(5pt): change to upper case Write a function called toUpper that has a single parameter and returns a new string with all characters

c++

c++ Question 3(5pt): change to upper case Write a function called toUpper

Question 3(5pt): change to upper case Write a function called toUpper that has a single parameter and returns a new string with all characters converted to uppercase. Function specifications: The function name: toUpper The function parameter o The string that will be converted to upper cases, string The function return value: the string with all upper cases, string The function should not print anything. Edge cases: Non alphabetical characters remain unchanged. Sample run 1 (bold is user input) Enter the string: Convert this string to UPPER case!!! CONVERT THIS STRING TO UPPER CASE

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!