find the errors in the Givens code
Answers
Answered by
0
Answer:
it is not cleral what you have said sorry
Answered by
0
Answer:
The savvy statistical programmer can use the following techniques to find and eliminate logical errors:
Test the program on simple cases for which the result of the program is known.
Break down the program into a sequence of basic steps and independently test each component.
Explanation:
A runtime error is a program error that occurs while the program is running. The term is often used in contrast to other types of program errors, such as syntax errors and compile time errors. There are many different types of runtime errors. One example is a logic error, which produces the wrong output.
Similar questions