id/email | |
password | |
forgot password | create account |
Function Call | Return Value | |||
---|---|---|---|---|
hasEvens(new int[]{5, 4, 5}) | → | |||
hasEvens(new int[]{4, 6, 8}) | → | |||
hasEvens(new int[]{5}) | → | |||
hasEvens(new int[]{6}) | → | |||
hasEvens(new int[]{101}) | → | |||
hasEvens(new int[]{99, 84}) | → |
Experiment with this code on Gitpod.io