Answer:
Python
Print("Computer Science is no more about computers than astronomy is about telescopes")
Javascript
<em><u>On your browser console</u></em>
console.log("Computer Science is no more about computers than astronomy is about telescopes")
<u>On your Html script</u>
document.write("Computer Science is no more about computers than astronomy is about telescopes"<u>)</u>
Explanation:
The quote by Edsger W. Dijkstra "Computer Science is no more about computers than astronomy is about telescopes" can be outputted with various programming languages. Programming language like python, JavaScript, Kotlin, Java, Swift, Flutter and R can be use for this purpose.
I will output the statement with two programming language namely python and JavaScript.
Python
Print("Computer Science is no more about computers than astronomy is about telescopes")
Javascript
<em><u>On your browser console</u></em>
console.log("Computer Science is no more about computers than astronomy is about telescopes")
<u>On your Html script</u>
document.write("Computer Science is no more about computers than astronomy is about telescopes"<u>)</u>
<u />