What type of error is produced when a program tuns but produces incorrect results? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
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 Réponse
+ 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