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.java
12345object Main { def main(args: Array[String]): Unit = { // replace this line with your code } }
Tudo estava claro?
Obrigado pelo seu feedback!
Seção 1. Capítulo 4
Pergunte à IA
Pergunte à IA
Pergunte o que quiser ou experimente uma das perguntas sugeridas para iniciar nosso bate-papo
Awesome!
Completion rate improved to 2.86
Writing Your First Program
Deslize para mostrar o menu
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.java
12345object Main { def main(args: Array[String]): Unit = { // replace this line with your code } }
Tudo estava claro?
Obrigado pelo seu feedback!
Seção 1. Capítulo 4