about | help | code help+videos | done | prefs |
Given an ArrayList of strings, compute recursively (no loops) whether or not the ArrayList contains the string "milk" somewhere. The initial call will have i=0. gotMilkList(0, ["water", "soda", "juice"]) → false gotMilkList(0, ["milk", "water", "soda", "juice"]) → true gotMilkList(0, ["water", "soda", "juice", "milk"]) → true ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Copyright Nick Parlante 2017 - privacy