Answered step by step
Verified Expert Solution
Question
1 Approved Answer
In C++ Write a function called toUpper that has a single parameter and returns a new string with all characters converted to uppercase. Function specifications:
In C++
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started