Kizspy.me
Question 4:
Question 4: (3 marks)
The given file Q4.c already contains statements to input a string named s. You should
write statements to replace all characters in the strings that are not letters/alphabets
(both uppercase and lowercase) with the character.
Notes:
*
- You can create new functions if you see it is necessary.
- Do not edit given statements in the main function.
Sample input and output:
Input:
Enter string: he LLo@12#!
Output:
he*LLO*****
Zoom
+ 100%
Close