Write your question here.
I am trying to make a program that that randomly selects 2 numbers then either adds or subtracts them. I've learned how to make the randoms numbers but i can't figure out how to randomize the addition or subtraction part of the program.
for example the first time the programs run it outputs 5 + 10 = 15, then the next time its ran it outputs 100-50 = 50