Hey eyalfish,

I'm guessing the code should look like this:



public static int goo(int n){
if(n < 10){
return n;
}