Question: Write a C program that asks a user to enter a string. Then, display the following menu for the user: 1- Display the string 2- Find the length of the string 3- Print the string in reverse...


Question:<br>Write a C program that asks a user to enter a string. Then, display the following menu for the user:<br>1- Display the string<br>2- Find the length of the string<br>3- Print the string in reverse order<br>4- Convert the string to lowercase characters<br>Ask the user to choose one of the above options and print the output.<br>Sample of the output<br>Enter the string: SEM-Cs101<br>Please, choose one from the following:<br>1. Display the string<br>2. Find the length of the string<br>3. Print the string in reverse order<br>4. Convert the string to lowercase characters<br>Enter your choice:<br>3<br>The reverse order is: 101SC-MES<br>

Extracted text: Question: Write a C program that asks a user to enter a string. Then, display the following menu for the user: 1- Display the string 2- Find the length of the string 3- Print the string in reverse order 4- Convert the string to lowercase characters Ask the user to choose one of the above options and print the output. Sample of the output Enter the string: SEM-Cs101 Please, choose one from the following: 1. Display the string 2. Find the length of the string 3. Print the string in reverse order 4. Convert the string to lowercase characters Enter your choice: 3 The reverse order is: 101SC-MES

Jun 03, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions ยป

Submit New Assignment

Copy and Paste Your Assignment Here