...

/

Solution: Character Counter

Solution: Character Counter

Let's go over the solution of the “Character Counter” challenge.

Flowchart of a possible solution

Our task was to write code that takes input in the form of characters and stops when the input length is 13. Let's have a look at the flowchart below:

Let's see what this image means:

...