I am new to this language and still learning, I have a windows form application that has 2 textboxes on it and a one-button, the first box is where the user input a sentence or word, the second box is where the user inputs a single character to find if it's in the sentence, the button is for counting how many multiple occurrence of a character to the sentence.
example:
txtbox1: Hello World!
txtbox2: o
display: 2
what is the easier to do? or recommended?