Question: Build a Visual Basic application that locate a letter in a string. Your program should use Input Box to input a letter from the user,
Build a Visual Basic application that locate a letter in a string. Your
program should use Input Box to input a letter from the user, converts
it to uppercase, and gives its first position in the sentence THE QUICK
BROWN FOX JUMPS OVER A LAZY DOG. The program should shows its
output in a message box. Hint: you need to use IndexOf to find the
position of a character in a string
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
