I am working on a school project in which we are to make a basic cash register like program which determines the total price of several objects and adds 6 percent tax to specified items. What my problem is whenever it asks if you wish to add tax or not, it ignores if you say "y" for yes and does not add it. Could anyone help with this?

[Code=vb]Module Module1

Sub Main()
Console.WriteLi ne("Welcome...