Class Tester Shared Sub Main() Dim userInput As String userInput = " asdf " Console.WriteLine(InStr(userInput, "f")) End SubEnd Class 6