xxxxxxxxxx
package main
import ("fmt")
func main() {
var i,j int
fmt.Print("Type two numbers: ")
fmt.Scanf("%v\n%v",&i, &j)
fmt.Println("Your numbers are:", i, "and", j)
}
// The program is looking for two inputs in two separate lines. This is because of \n