Create a program called PhraseCounter that counts the number of times a particul
ID: 3642619 • Letter: C
Question
Create a program called PhraseCounter that counts the number of times a particular phrase in a bodyof text. The user will enter the text line by line, ending with a blank line. The user will then enter a
phrase; this phrase may be more than one word. Your program needs to scan through the text to
find out how many times that phrase occurs in the text. Your program should not be case-use basic methods which we covered charAt(int) compareTo(String) equals(String) length() substring(int, int)sensitive.