Hi, I have a small problem with my program, what it does is it asks the user to input a name, lets say "summer", then it asks the user to input a letter to find, then it asks what to replace it with. If i choose "m" to find and "p" to replace it works fine but one small problem. the out put has two lines, "supmer" and the second line would be "supper". How can I change it to only show one line and it would be only "supper"
Thanks and I think its for the char. someone told me when you make a char character you need to add the junk because it reads two things, the letter and trash. didnt really understand it too well...