Answer:
Python
Print("Computer Science is no more about computers than astronomy is about telescopes")
Javascript
On your browser console
console.log("Computer Science is no more about computers than astronomy is about telescopes")
On your Html script
document.write("Computer Science is no more about computers than astronomy is about telescopes")
Step-by-step 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
On your browser console
console.log("Computer Science is no more about computers than astronomy is about telescopes")
On your Html script
document.write("Computer Science is no more about computers than astronomy is about telescopes")