mirror of
https://github.com/bregman-arie/devops-exercises.git
synced 2026-02-05 08:09:13 +00:00
Name it instead "topics" so it won't be strange if some topics included "exercises" directory.
253 B
253 B
Count Chars
Objectives
- Read input from the user until you get empty string
- For each of the lines you read, count the number of characters and print it
Constraints
- You must use a while loop
- Assume at least three lines of input