0

Error

how did u correct a programme when you discover an error

2nd Feb 2017, 8:12 PM
Ademola Aina
Ademola Aina - avatar
3 Respuestas
+ 5
What others said, plus if you read the error message and you couldn't figure out what to do to fix it, you can just Google the error message and look for more information and solutions.
2nd Feb 2017, 8:31 PM
Alireza M
Alireza M - avatar
+ 2
the intrepreter will show the error message and line, you could use this. PS: Sorry for my bad english, i'm brazilian.
2nd Feb 2017, 8:14 PM
N1NJ4BR
+ 2
I would read the error message from the program. Without any error message it is a little bit more difficult. If you have a logical error, you should use a debugger. If it is not a complex program, I would try to understand the functioning of the program. You can print some variables output to check that you understood the functioning well.
2nd Feb 2017, 8:16 PM
Karoy
Karoy - avatar