I import scala.math._
and print random int sequence just like this form
range = (1 to 5)
print random int sequence (3, 2, 1, 4, 5).
How to do by for loop? T T
I import scala.math._
and print random int sequence just like this form
range = (1 to 5)
print random int sequence (3, 2, 1, 4, 5).
How to do by for loop? T T