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.
Also, the program should display that it will stop only when it gets exactly 13 letters.
Sample input
The program will take characters as input. An example could be loveEducative
.
However, remember that the code will only stop if the number of letters entered as input equals thirteen.
Sample output
The program should show the following output:
Get hands-on with 1400+ tech skills courses.