QuestionQ257
Develop and test codeHOTSPOT -
You are a Dynamics 365 Finance developer.
You have the following code (line numbers are provided only for reference):

Evaluate the code and identify the correct output for the method.
Select
tryMethod(5,2);
tryMethod(4,0);
tryMethod(2,0);
tryMethod(3,0);
Community Discussion