Hi,

I spent about 4 hours and im stuck on one aspect of the program that i am writing .. its a h/w assignment

so this is the problem, i need to find a way to tell the user to enert 10 character - thats easy.

heres the hard part - or thats what i thinnk is hard

the program must scan the input for several letters, then subsiture other letters in thier place.

lets say the user enter

abchdish ui

the program would replace the letter a with lets say #

so the output would be

#bchdish ui


thanks..