What type of error is produced when a program tuns but produces incorrect results? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
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 Antwort
+ 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