Challenge: Character Counter
Test what you have learned by solving this character counting problem.
We'll cover the following...
Problem statement
Write a small program that asks users to enter some sequence of characters and outputs the count of characters. If the input sequence has 13 letters, the program must stop. ...