Back to Problem Solutions forum
I have tried to solve this problem. I get the right answer for the example(Ana.) but when I input my code for the test it is wrong. I get a bunch of boxes in my answer. What am I missing?
Hi Friend!
a bunch of boxes in my answer.
Not sure what you mean, if these look like rectangles, you are supposedly printing some very incorrect characters (not fitting the codes of normal ascii). I suspect all codes of output characters should be between 32 and 127. Also you may like to read a bit more about encodings, ascii and working with them in your favorite language.