Maths Question
#1

I was just wondering, would

Код:
number *= anothernumber
work instead of
Код:
number = number*anothernumber
in the same way that

Код:
number += anothernumber
can replace
Код:
number = number+anothernumber
?
Reply
#2

Yes both does the same job.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)