"When the program is run and theuser keys in the grade into the text box named as txtgrade, it will look for the casevalue that matches the input and then display the result on the label named as result.The last statement Case Else means any case other than A, B, C will get the ???fail???result.However, there are a couple of problems in the above program." . . . .