In go, 4 methods are commonly used for read from stdin.
Scan, Scanf, Scanln, ReadString.
They are different in that:
* Scan read space separated values into successive arguments.
* Scanln also read space separated values into successive arguments, but
terminate until a new line is