Question: IN JAVA: Write an application that inputs a line of text and a search character and uses String method indexOf to determine the number of
IN JAVA: Write an application that inputs a line of text and a search character and uses String method indexOf to determine the number of occurrences of the character in the text. Expected output:

Please enter text to be searched: AaBbBbBbcc SAA aa Please enter a character: A Number of A's or a's: 6
Step by Step Solution
There are 3 Steps involved in it
To achieve the desired output you can create a Java application that reads a line of text and a char... View full answer
Get step-by-step solutions from verified subject matter experts
