produce code to output the string
"It's not more than £3"
including all speech marks.
How can I do that? I am stuck. That's what I wrote :
echo "\" It's not more than "\\£3''";
but it's not working!
produce code to output the string
"It's not more than £3"
including all speech marks.
How can I do that? I am stuck. That's what I wrote :
echo "\" It's not more than "\\£3''";
but it's not working!