Finding the Absolute Value of Specified Number in Golang
Go language provides inbuilt support for basic constants and mathematical functions to perform operations on the numbers with the help of the math package. You are allowed to find the absolute value of the specified number with the help of Abs() function provided by the math package. So, you need to