Write a program to output the following quote by Edsger W. Dijkstra: "Computer Science is no more about computers
than astronomy is about telescopes"
- Edsger W. Dijkstra
Hint: Remember that the escape characters \n and \" can be used to create new lines and quotation marks in your code.

Solved
Show answers

Ask an AI advisor a question