We’re writing a program that asks the user for a racer’s name and the position they finished the race in, and prints out what type of medal they should get.
The final call to fmt.Println at the bottom includes a variable that you needed to declare and assign a value to.
Solution
Example output:
Enter racer name: Noam
Enter racer rank: 1
Noam gets a gold medal!