A company uses Dynamics 365 Finance.
You implement an extension of a method named calc in ClassA. The calc method:
• Accepts an integer as an input parameter.
• Returns an integer as an output parameter.
You must implement an extension to:
• Extend the calc method.
• Prevent the standard code from running if the value of the input parameter is greater than 10-
You need to implement the correct solution. Which code segment should you use?
A)

B)

C)

D)

Submit