Ask Question

Explain at least one reason why programming languages have functions

+1
Answers (1)
  1. 28 July, 14:27
    0
    With functions we can separate different parts of our code. each functions implements a single logical part of the program.

    for example sqrt () function does square root. so we can use it in different programs, because it's a stand-alone component.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Explain at least one reason why programming languages have functions ...” 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