Skip to content

sabnamsp/Count_it

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Count_it

Problem Statement

You will be given a string S consisting of small alphabets, capital alphabets and spaces. You need to count number of small alphabets, capital alphabets and spaces in the string S.

Input Format

Input will contain a string S. Constraints

1 <= |S| <= 1000; Here |S| means the length of S. Output Format

Output in the format given in the sample output. Sample Input 0

Hello Everyone Sample Output 0

Capital - 2 Small - 11 Spaces - 1 Sample Input 1

I Hope You Have Been Enjoying Sample Output 1

Capital - 6 Small - 18 Spaces - 5

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages