Hey, I've never done any programming in my life and would greatly appreciate some help :)
I have to create a windows application where there are 3 text boxes in which you enter assignment scores (numerical) and then click on a button that adds the 3 scores together and displays the total in a label on the same application. When you click the button it also has to give a grade in another label underneath the 'totalscorelabel', such as 'High distinction' if the scores above 20 or so.... I know the second part uses an ifstatement except im not quite sure how to use them... :S
Thank you so much for any help!