GO

Go Function Returns

If you want the function to return a value, you need to define the data type of the return value (such as int, string, etc), and also use the return keyword inside the function: