Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Lab 3 - Case Manipulator Case Manipulator, Number 11, pg. 609 Write a program with three functions: upper, lower, and reverse. The upper function should

image text in transcribed
Lab 3 - Case Manipulator "Case Manipulator", Number 11, pg. 609 Write a program with three functions: upper, lower, and reverse. The upper function should accept a pointer to a C-string as an argument. It should step through each character in the string, converting them to uppercase. The lower function, too, should accept a pointer to a C-string as an argument. It should step through each character in the string, converting it to a lowercase. Like upper and lower, reverse should also accept a pointer to a string. As it steps through the string, it should text each character to determine whether it is uppercase or lowercase. If the character is upper case, it should be converted to lowercase. Likewise, if a character is lowercase, it should be converted to uppercase. Test the functions by asking for a string in function main, then passing it to them in the following order: reverse, lower, and upper

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Online Market Research Cost Effective Searching Of The Internet And Online Databases

Authors: John F. Lescher

1st Edition

0201489295, 978-0201489293

More Books

Students also viewed these Databases questions