โ Back to Loops
Question 345
Count Occurrences of a Character
Count Occurrences of a Character
Read two lines of input: the first is a word, the second is a single character. Use a loop to count how many times that character appears in the word and print the count. For inputbananathenathe output is: 3
Expected Output:
3
Topics:
Loops
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cw, cr, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.