Question: Go (programming language) Follow these instructions and submit the appropriate files here to be evaluated. Write a program that asks the user to input several
Go (programming language)

Follow these instructions and submit the appropriate files here to be evaluated. Write a program that asks the user to input several ( 3 or more) strings. When the user is done, it should output the strings the user entered, separated by commas. The finished program will rely on the strings.Join function to join the strings together. Example output: String to add: cashews Continue? [Y]:y String to add: peanuts Continue? [Y]:y String to add: almonds Continue? [Y]:n cashews, peanuts, almonds Do Not Copy this output. Your output will be different as you will enter different strings
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
