Computer Science
A program runs to completion but gives an incorrect result. What type of error would have caused it?
Python Data Handling
11 Likes
Answer
Logical errors can make a program run till completion but give incorrect result.
Answered By
7 Likes
Related Questions
How does the // operator differ from the / operator? Give an example of where // would be needed.
In Python, strings are immutable while lists are mutable. What is the difference?
Write an expression that uses exactly 3 arithmetic operators with integer literals and produces result as 99.
Add parentheses to the following expression to make the order of evaluation more clear.
y % 4 == 0 and y % 100 != 0 or y % 400 == 0