Question: 8.6 (Displaying Strings in Uppercase and Lowercase) Write a program that inputs a line of text into char array s[100]. Output the line in uppercase

8.6 (Displaying Strings in Uppercase and Lowercase) Write a program that inputs a line of text into char array s[100]. Output the line in uppercase letters and in lowercase letters. The line of text may include spaces. Describe your solution approach to solve this problem. Additional Requirements: The program must offer to the user the option of continue or exit. The program must tell how many words there are in the line of text entered by the user. Create a Pseudocode for the solution. Implement in C++. Test your program for different inputs and validate the outputs. Create a Lab Report. Your background knowledge so far: This is a C-String case. There are functions to work with C-String data. There are functions to work with characters. Describe in your report what you needed to research to comply with this assignment
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
