In Go (Golang), there isn't a traditional while loop like in some other programming languages. Instead, Go uses for loops for most iterative tasks. To find the average of 10 numbers in Go, you can...