What operator would I use on a variable to increase it for addition from another variable. Thinking loops perhaps. Like the loop add's data to that variable but plus's it on, instead of changes it. So 50 + 60 = 110, instead of 50 + 60 = 60.
Also, if I had a for statement, what type of if would I use to display a portion of output once the for loop had finished?
Thanks