Hi all,
I am new to C# and the visual studio express environment.
I have a button on this web page, when it is clicked a method assigns a
new random number to a variable but I want new clicks to add numbers
to what was in the variable and not an overwrite.
Please does anyone have any idea how to make the adding happen without an
re assignment.
Would be very grateful.
Thank you