Answer:
B (return)
Explanation:
The function getSquarePerimeter is written to calculate the perimeter of a square making use of the sides of the square as argurments. The function carries out it's job and it is expected to return a value (in this case the computed square) this can only be acheived by using the return statement.