+ 1
What is the meaning of logical error and why is it??
Plz someone tell me
3 Réponses
+ 2
This provides a good definition
https://techterms.com/amp/definition/logic_error
+ 2
If your code runs but does strange stuff which you didn't expect, then you have a logical error.
+ 1
Logical Error is not dectected by the compilers, Only dectected by us,
You can make use of log or print the variable to debug logical errors