0

What type of error is produced when a program tuns but produces incorrect results?

C++

17th Sep 2022, 1:33 AM
jasper van del socorro
1 Odpowiedź
+ 2
Logical error - if the program runs (no crash) but it's not doing what we expect it to do. It's not a produced (intentional) error BTW ...
17th Sep 2022, 1:47 AM
Ipang