Assignment
Assignment
Write a program to ask the user enter a string and print the string in reverse
CASE.
2. Write a program to ask the user enter a string and print the first 3 characters
in title case.
3. Write a program to ask the user enter a string and repeat the last character 5
times.
4. Write a program to ask the user enter a string and replace the 3rd character
with a ‘#’ symbol.