- 1
Write a program yo output his most famous quote in the following format ""Stay hungry, stay foolish'' by steve jobs
2 Réponses
+ 2
What language?
In most language you can escape quote using "\" before character.
Or wrap string with single quote.
You can also look in prev lections, and find answer. On sololearn every practice are about thing we learn right before this practice.
Also use search to check are someone asked similar question before.
https://www.sololearn.com/discuss/2911148/?ref=app
https://www.sololearn.com/discuss/2848168/?ref=app
https://www.sololearn.com/discuss/2805712/?ref=app
https://www.sololearn.com/discuss/2866640/?ref=app
https://www.sololearn.com/discuss/2847813/?ref=app
+ 1
You should look if there's any API with such a things.