Question: String Counter Count ) : e ) . rjust ( 2 ) } ) In this problem, you will be creating a program to
String Counter
"Count"
:
erjust
In this problem, you will be creating a program to count characters or words based on input from another string you receive from input. The items to count will come from input in the form of a singular string with semicolons ; separating each different item to count.
The first input will be the string to count the characterswords in whereas the second input will consist of the items to count split up by semicolons. The input prompts should be as follows:
"Enter the string:
"Enter the characterswords to count:
The first input will need to be converted to all lowercase prior to counting the occurrences of the characterswords from the second input.
Once the second input has been split up count up the occurrences of each characterword and store those results to be printed out.
The final output should start with a title as follows:
CharwordCount
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
