Expressions And Statements

Scala is an expression-oriented language, which has implications on flow control and structure of some language constructs.

Read our blog post on Expressions vs. Statements in Scala which explains the differences between the two, and why we can eliminate the "return" keyword from method bodies.

Got it? Take a crack at the questions below to make sure.