Using the string functions that we have learned so far, write a program that will allow the user to type in line of text until the user types in the phrase "The end" on a line by itself. The program will print the number of lines that contain the string "is".r
A brief look at Assignment #4a may help.