Question:What do you mean by debugging and testing?
Answer After coding the program, programmer is needed to check if there is any syntax error or logic error. If there is no syntax error, programmer then look for logic error with some testing data and refine their code until expected output. The process of detecting errors is called debugging and testing.
+ Report
What do you mean by debugging and testing?