Method signature

Report a typo

What is a signature of the following method:

public static int abs(int a) {
    return (a < 0) ? -a : a;
}
Select one option from the list
___

Create a free account to access the full topic