Overview
Lesson 1 of 5 in Coddy's Simple Character Counter using C++ course.
In this project, you'll create a simple character counter program using C++.
This program takes user input and counts the total number of characters, excluding spaces and new lines. Additionally, it identifies and counts the number of digits and letters in the input text. It's a straightforward yet effective tool for analyzing textual data and understanding the composition of the input text in terms of characters, digits, and letters.

In every lesson, you will add more and more code to your project. It's important that you do not delete your previous code and just add to it.
Let's dig in!
Try it yourself
This lesson doesn't include a code challenge.