You are on page 1of 2

Second Activity (String)

Write a C++ program that can generate the following result.


Sample Input:
string a = "sdasdabcd AZA Vasd 12312";

Sample Ouput:
Small Letter = 12
Capital Letter = 4
Numbers = 5
Space = 3

CODES:

OUTPUT:

You might also like