RosettaCodeData/Task/User-input-Text/Scala/user-input-text.scala

5 lines
127 B
Scala
Raw Permalink Normal View History

2013-04-11 01:07:29 -07:00
print("Enter a number: ")
2013-10-27 22:24:23 +00:00
val i=Console.readLong // Task says to enter 75000
2013-04-11 01:07:29 -07:00
print("Enter a string: ")
val s=Console.readLine