Question: String Counter Count ) : e ) . rjust ( 2 ) } ) In this problem, you will be creating a program to

String Counter
"Count")
:
e).rjust(2)}")
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 characters/words 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 characters/words to count: 1n"
The first input will need to be converted to all lowercase prior to counting the occurrences of the characters/words from the second input.
Once the second input has been split up, count up the occurrences of each character/word and store those results to be printed out.
The final output should start with a title as follows:
Char/word.......Count
 String Counter "Count") : e).rjust(2)}") In this problem, you will be

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!