Suppose that your application uses a loop that isn't producing the intended results. The best way to analyze what’s going on in the loop is to set a breakpoint at the start of the loop, step through the loop, and monitor the changes in the variables within the loop by using:

A). data tipsB). the Visualizer featureC). a Watch windowD). the Autos windowE). the Immediate window

Respuesta :

Answer:

C). a Watch window

Explanation:

A watch window refers to a window that floats in a worksheet by so doing allowing you to see selected cells in the the workbook. This is particularly helpful for seeing how changes made affect cells on other tabs.

The watch window allows for easy inspection and confirmation of calculations in large worksheets.