How to take input from a user in Scala? January 28, 2023 by Tarik In Scala 2.11 use scala.io.StdIn.readLine() instead of the deprecated Console.readLine.