please your help

-lk
Last edited on
Line 7. How many characters are in the word that the user did type? You cannot know at this point, because input occurs on line 9.

Line 10. When a word does not equal itself? Never. The number of repetitions is a number, not a string.

Line 13. How much is Hello + 1? Perhaps a for-loop would make the necessities more obvious.
Topic archived. No new replies allowed.