Hi I am doing this simple program in visual basic express
Sum.Text = Val(Num1.Text * 3) + Val(Num2.Text) + Val(Num3.Text) - Val(Num3.Text)
This allows the user to enter number of wins (which gets x by 3) number of draws and number of losses.
I have to limit the user to entering a combination of only 10 i.e 4 wins 3 draws 3 lose.
I have been trying to put an it statement in that will prompt user to check input if they enter a combination of less or more than 10, any help would be great.
I hope this makes sense.
Thanks for looking