Ask Question
10 September, 18:18

Validating the results of a program is important to a. correct runtime errors b. make sure the program solves the original problem c. create a model of the program d. correct syntax error

+1
Answers (1)
  1. 10 September, 21:18
    0
    b. make sure the program solves the original problem

    Explanation:

    This is important so as to avoid logical errors. Logical errors unlike compiler or run time errors will not stop your code from compilling and executing but after your program compiles and runs, but does the wrong thing by given you unexpected results

    This is the reason why validation of results after your code is completed is important in this way you are sure the program solves the original problem.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Validating the results of a program is important to a. correct runtime errors b. make sure the program solves the original problem c. ...” 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