PLS HURRY!!!
Look at the image below

Answer:
Explanation:
return value is the second one
function is third one
parameter is first one
Answer ▪ return value ↪ a value that can be passed from a function back to the calling part of a program.
Answer ▪ function ↪ a group the instructions that can be used to organize a program or perform a repeated task.
Answer ▪ parameter ↪ a value that can be passed to a function.
[SEE ATTACHED IMAGE]