Problem
Make a static method that takes two string arguments. The purpose of the method is to determine how many times the first string occurs within the second string. For example, if the first string was "abc" and the second string was "abcxabcxabc" the method would return the value 3.