Method invocation

Report a typo

You have the following method.

public static void printSum(long val1, int val2) {
    System.out.println(val1 + val2);
}

Choose all correct invocations of this method.

Select one or more options from the list
___

Create a free account to access the full topic