​What statement is required in the function getSquarePerimeter to assign a value to the variable p in the following statement?​p = getSquarePerimeter(side);
A. ​releaseB. ​returnC. ​assignD. ​set