Method that finds a number of occurrences of a specified character in a string using the following header Public static int count(String str, char a) You need to add a main method to the class that tests the method by prompting for a string and a character, invoking the method and printing the returned count.