Ask Question

Does the following program represent an algorithm in the strict sense? Why or why not? Count=0 while count (count! = 5) : count = count + 2

+2
Answers (1)
  1. 2 March, 00:44
    0
    The answer is No. It doesn't program represent an algorithm in the strict sense. The process described will never terminate because the value of Count will never be 5. It doesn't not represent an algorithm and the process that has been described will never be terminate because the number will never be 5.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Does the following program represent an algorithm in the strict sense? Why or why not? Count=0 while count (count! = 5) : count = count + 2 ...” 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