Answer:
II & III
this is because the manner of code Math.Abs allows for the if statement to be done by itself when implemented in both of those ways. However with I creates a problem. The ABS function will only apply to num1, and the way you're showing in the if statement doesn't have any manner where only num1 has ABS applied to it.
Step-by-step explanation: