Hi,
I can't seem to work out what I am doing wrong with the following code.
I am trying to add 10% to the Price value, but it's doesn't seem to be working and can't work out what I am doing wrong.
Code:
Dim Price As Int = 5.50
Dim PriceTax As Int
Dim PriceTotal As Int
PriceTax =...