Which of these statements passes a value to the function?

displayTime("3 o'clock");displayTime();

We'll need to use a function call that has the value in between parentheses, like displayTime("3 o'clock");.