Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Learning objectives: Application of loops in problem solving Write a program that reads a string of characters from the keyboard that consists of any of

Learning objectives: Application of loops in problem solving
Write a program that reads a string of characters from the keyboard that consists
of any of the following characters:
a-z A-Z 0-9 space char
until the user enters #. Then, your program shall count the total number of
characters, number of uppercase letters, number of lowercase letters, and number
of digit characters.
Example input:
Pssst Huh Q23z#
Expected Output:
14
7
3
2
2
where the first output line is the total number of chars, the next line contains the
number of lowercase letters, the next line is the number of uppercase letters, the
next line is the number of digit characters, and the final line is the number of
space characters. Each output line shall end with a newline.
Name your source code file lab10.cpp and submit online lab10.cpp online to
Gradescope for grading.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Visual Basic 4 Ole Database And Controls Superbible

Authors: Michael Hatmaker, C. Woody Butler, Ibrahim Malluf, Bill Potter

1st Edition

1571690077, 978-1571690074

More Books

Students also viewed these Databases questions

Question

Identify the limits of our short-term memory.

Answered: 1 week ago

Question

8-6 Who poses the biggest security threat: insiders or outsiders?

Answered: 1 week ago