Q3
Single choice
You are debugging an application that calculates loan interest. The application includes the following code. (Line numbers are included for reference only.)

You have the following requirements:
The debugger must break execution within the Calculatelnterest() method when the loanAmount variable is less than or equal to zero. The release version of the code must not be impacted by any changes.
You need to meet the requirements.
What should you do?