Using C#, when the Process button is clicked use one or morelabels to:
Display the position of the first occurrence of the character instring
Display the string with every occurrence of character in stringreplaced with an explanation point
Display the string all upper case letters
Display the substring from the first occurrence of the characterin the string to either the second occurrence or to the end of thestring.
Display the number of letters within the string
Expert Answer
Answer to Using C#, when the Process button is clicked use one or more labels to: Display the position of the first occurrence of …