you are seriously a god send riddler
i'm in a programming class right now and having the toughest time of it - this is much appreciated! :)
one thing i dont get thought. when it comes to the " number 2 += number1; "
can i type in " number 2 = number1 + number2" and get the same thing??
dopetype 1 year ago
@dopetype Yes number2 += number1 is the same as number2 = number1+number2.
Its just less code to wite.
theriddler24 1 year ago
you are seriously a god send riddler
i'm in a programming class right now and having the toughest time of it - this is much appreciated! :)
one thing i dont get thought. when it comes to the " number 2 += number1; "
can i type in " number 2 = number1 + number2" and get the same thing??
dopetype 1 year ago
@dopetype Yes number2 += number1 is the same as number2 = number1+number2.
Its just less code to wite.
theriddler24 1 year ago