From the course: Scala Essential Training for Data Science

Unlock this course with a free trial

Join today to access over 24,700 courses taught by industry experts.

Challenge Intro: Create expressions

Challenge Intro: Create expressions

- [Instructor] In this coder pad exercise, we are going to work with Scala expressions. Now I have to find four variables. Now three of these variables are A, B, and C, and those are integers. And the third is a Boolean, D. What you are to do is to set a variable C to the expression A, module B, and then set the variable D to the expression A is greater than B, and C is greater than one.

Contents