Cursusinhoud
Introduction to Scala
Introduction to Scala
3. Conditional Statements and Loops
Writing Your First Program
Task
Your task is to create a simple Scala application. We've provided a basic template for you. You only need to replace the line // replace this line with your code
with the appropriate code to display "Hello World!" on the screen.
Main
object Main { def main(args: Array[String]): Unit = { // replace this line with your code } }
Was alles duidelijk?
Bedankt voor je feedback!
Sectie 1. Hoofdstuk 4