public static void Main()
Dim product() As String = {"1262", "Cornflakes", "$1.40", "8743", -> "Weetabix", "$1.20", "9512", "Rice Krispies", "$1.32"}
Dim product_code As String
Console.WriteLine("Enter the product to find: ")
product_code = Console.ReadLine()
If product(counter) = priduct_code Then
Console.WriteLine(product(counter + 1))
Console.WriteLine(product(counter + 2))
Loop While found = False And counter <> 9
If counter = 9 Then Console.WriteLine("Product not found")