Skip to content

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…

Notifications You must be signed in to change notification settings

Zahra-Abdoli/string-manipulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

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

No packages published

Languages