Ask Question
18 March, 05:12

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

+5
Answers (2)
  1. 18 March, 06:48
    0
    Python

    Print ("Computer Science is no more about computers than astronomy is about telescopes")

    jа vascript

    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")

    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, jа vascript, Kotlin, Java, Swift, Flutter and R can be use for this purpose.

    I will output the statement with two programming language namely python and jа vascript.

    Python

    Print ("Computer Science is no more about computers than astronomy is about telescopes")

    jа vascript

    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")
  2. 18 March, 08:05
    0
    depends which programming language you want to use.

    If it's python then a simple print function would work.

    print ("Computer science is no more about computers than astronomy is about telescopes")
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Write a program to output the following quote by Edsger W. Dijkstra: "Computer Science is no more about computers than astronomy is about ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers