Write the definition of a function absoluteValue that recieves a parameter containing an integer value and returns the absolute value of that parameter.
def absoluteValue(int):
return abs(int)
Quiz, Objective, Multiple Choice Question (MCQ), Test Bank Solution and Short Answers.