From the course: Scala Essential Training for Data Science

Unlock this course with a free trial

Join today to access over 25,000 courses taught by industry experts.

Challenge Intro: Create variables

Challenge Intro: Create variables

- [Instructor] Okay, we're going to do a coder pad exercise. In this exercise we're going to define four variables, and we will be defining an integer value, a character, a long, and a float. Now, we'll do that here, in this window in the upper right, where we will, for example, explicitly define an int value to be a hundred. And then we will explicitly define a char variable, a long, and a float.

Contents