-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Description
Problem 2
Assume s is a string of lower case characters.
Write a program that prints the number of times the string 'bob' occurs in s. For example, if s = 'azcbobobegghakl', then your program should print
Number of times bob occurs is: 2
Task of #1