While operator precedence is a valid and supported part of Scala, it is still better to show precedence using parenthesis (). This avoids any and all confusion that a programmer reading your code might have.
And on this note, our discussion on operators comes to an end. In the next lesson, you will be challenged to use your knowledge on operator precedence.