Below you will see a Go program with the Employee struct type declaration. The program takes as input the FirstName, LastName, and Salary (in USD) of the Employee.
Please create the GetSalary() method for the Employee type that returns the Salary; then call and print the GetSalary() method in the main function within the fmt.Printf(...) statement where the ? sign is.
The output of the program should look like this:
Homer Simpson earns: 💲 362.19 USD