In a document file, write a program that will execute a string functions based on what the user chooses and attach a screenshot of the output. Only one string function execution will be displayed...


In a document file, write a program<br>that will execute a string functions<br>based on what the user chooses and<br>attach a screenshot of the output.<br>Only one string function execution<br>will be displayed (what the user<br>chooses)<br>[1] STRLEN<br>[2] STRCPY<br>[3] STRCMP<br>[4] STRCAT<br>[5] STRUPR<br>[6] STRLWR<br>Enter your choice: 1<br>Enter your choice: 4<br>Input a string: Hello!<br>Input string 1: Hello<br>String length is 6.<br>Input string 2: World!<br>Appended stringl & string2 is HelloWorld!<br>Enter your choice: 2<br>Input string 1: Hello!<br>Enter your choice: 5<br>Input string 2: Hi!<br>Input a string: Hello!<br>String before copying: Hello!<br>String in uppercase is HELLO!.<br>String after copying: Hi!<br>Enter your choice: 6<br>Enter your choice: 3<br>Input a string: Hello!<br>Input string 1: Hello!<br>String in lowercase is hello!.<br>Input string 2: Hi!<br>Stringl and string2 are not the same.<br>

Extracted text: In a document file, write a program that will execute a string functions based on what the user chooses and attach a screenshot of the output. Only one string function execution will be displayed (what the user chooses) [1] STRLEN [2] STRCPY [3] STRCMP [4] STRCAT [5] STRUPR [6] STRLWR Enter your choice: 1 Enter your choice: 4 Input a string: Hello! Input string 1: Hello String length is 6. Input string 2: World! Appended stringl & string2 is HelloWorld! Enter your choice: 2 Input string 1: Hello! Enter your choice: 5 Input string 2: Hi! Input a string: Hello! String before copying: Hello! String in uppercase is HELLO!. String after copying: Hi! Enter your choice: 6 Enter your choice: 3 Input a string: Hello! Input string 1: Hello! String in lowercase is hello!. Input string 2: Hi! Stringl and string2 are not the same.

Jun 11, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here