is there a way to swap character places in a string? For example if I have "03/02"
I need to get "02/03"
.
Any help is appreciated!
I have a simple problem that says: A password for xyz corporation is supposed to be 6 characters long and made up of a combination of letters and digits. Write a program fragment to read in a string ...