Assume for this question, the following method:
public int add2Ints(int a, int b) { return a + b; }
Which of the following is NOT a correct method call?
There are no hints for this question