Counting the Occurrences of a Substring

# Introduction In this challenge, we will create a function to count the number of times a substring appears within a string. The user will input two strings, and the program will output the frequency of the second string within the first. The result will be displayed on the console.

|60 : 00

Click the virtual machine below to start practicing