Write complete program in a single class called SharpSearch. It should read in a String value - a word or phrase - from the keyboard. It should then print the word "yes" if there are 2 or more occurences of the keyboard symbol # (sharp) in the input line. If there are fewer than 2 # symbols, your program should print "no".