Skip to content

Files

Latest commit

author
abregman
Nov 7, 2021
5163a9a · Nov 7, 2021

History

History
11 lines (7 loc) · 253 Bytes

count_chars.md

File metadata and controls

11 lines (7 loc) · 253 Bytes

Count Chars

Objectives

  1. Read input from the user until you get empty string
  2. For each of the lines you read, count the number of characters and print it

Constraints

  1. You must use a while loop
  2. Assume at least three lines of input