Together-Java/ModernJava

Fix example on Operator Precedance

vitorlany opened this issue · 0 comments

Folder: 6. Integers / 6.9. Operator Precedance

I noticed the following problems on example in this section:

  • On "Following the order of operations:" we don't have a previous operation (without started).
  • On the last operation "19 - 7", "7" was not in operation, maybe it had a mistake.