2
Answers

no of occurence of the character in the text

java program that inputs several lines of text and a search character and uses string method indexOf() to determine the number of occurence of the character in the text.

Answers (2)