Report - 1 of 51 Interaction public int countCookiesEaten(Bowl bowl) { if (bowl.isEmpty()) { return 0; } else { this.eatCookie(bowl); return this.countCookiesEaten(bowl)

Please pass captcha verification before submit form