The correct answer is (c) 3
For explanation: The constrain() function is used to restrict the output from going below or above a certain minimum or maximum number respectively. It takes three arguments; the number to be contrained, the minimum value, and the maximum value.