Ask Question

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

+1
Answers (2)
  1. 15 August, 19:37
    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")
  2. 15 August, 19:56
    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")
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 & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers