Ask your own question, for FREE!
Computer Science 18 Online
OpenStudy (christos):

C++, Help needed! Say I have this line here: m = 10 * m + digit; Which operation goes first? Multiplication or addition?

OpenStudy (anonymous):

I think it's the chronological order unless you've made some kind of priorities in your other code.

OpenStudy (christos):

what is the chronological order?

OpenStudy (christos):

I havent made any priorities

OpenStudy (anonymous):

The order it is written in, if you write * first, that operation goes first. If you write + first, that operation goes first.

OpenStudy (hba):

Well its gonna * first.

OpenStudy (hba):

Search on google:HIPO i hope that will help :)

OpenStudy (christos):

thank you

OpenStudy (hba):

welcome :)

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!