Ask Question
27 December, 23:15

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

+4
Answers (2)
  1. 28 December, 00:47
    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. 28 December, 01:15
    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?
Find 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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers