Learn Bash Scripting by Building Five Programs

I am lost on this question, I followed the instruction but still get an error:

question:

Awesome. One last thing. Add an empty line in front of where you print the response.

HINT:

1.Change the existing echo ${RESPONSES[$N]} line

2. Use the -e flag and the new line (\n) character with the echo statement

3. Make sure to use quotes so it prints the new line

4. Run the script and see if it’s working

5.The suggested command should look like this: echo -e "\n${RESPONSES[$N]}"

Error:
Your script should have the suggests “if” statement added correctly

please share a screenshot of everything you see and have typed