Use a single echo command to print a title for this program. It should say ~~ Bingo Number Generator ~~ with an empty line before and after it

i am trying with
echo -e “\n~~ Bingo Number Generator ~~\n”
but not passed why? i don’t know. someone help me