-
Notifications
You must be signed in to change notification settings - Fork 0
Create a program that asks the user for a string and: - Replaces all spaces with underscores (storing the result in a new string) - Removes leading spaces (storing the result in another string) - Removes trailing spaces (storing the result in another string) - Replaces all lowercase A by uppercase A (storing the result in another string) The pro…
Zahra-Abdoli/string-manipulation
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
About
Create a program that asks the user for a string and: - Replaces all spaces with underscores (storing the result in a new string) - Removes leading spaces (storing the result in another string) - Removes trailing spaces (storing the result in another string) - Replaces all lowercase A by uppercase A (storing the result in another string) The pro…
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published