- 1
Does anyone know how to solve this!
You are making a quote generator app and need to output a famous quote. Write a program to output the following: "Everything you can imagine is real." - Picasso The format of the output should exactly match the above text. Iâve used âCatâ and âPrintâ and nothing seems to work!
3 Answers
+ 1
cat('"Everything you can imagine is real." - Picasso')
0
What language are you using to build your app.