Posts by Karla • 11 points
1 post
-
0
votes1
answer10434
viewsQ: Replace a string character with an asterisk
The question is as follows: Make a program that reads a text (string) typed by the user with a maximum of 500 characters. Print this text by replacing the first letter of each word with an asterisk…