Marisol wrote a section of code, but it didn’t work the way that she expected. So, she got a pencil and a paper and wrote down what would happen to the variable as each line of the code executed. This is an example of:

(1 point)
Responses

creating a flowchart.

creating a flowchart.

creating an array.

creating an array.

debugging.

debugging.

compiling the code.

1 answer

The correct response is:

debugging.

Marisol is analyzing the code to figure out what is happening to the variable as the code executes, which is a part of the debugging process.