Question: Prompt the user for a string. 2. Write a function called third that will return the 3rd character of the string. 3. If the string
Prompt the user for a string. 2. Write a function called third that will return the 3rd character of the string. 3. If the string is shorter than 3 characters return the string too short. 4. If the character is a space, return the word space. 5. Display the original string and the result of the function to the console.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
