about | help | code help+videos | done | prefs |
catty2
Delete every element of the ArrayList that contains the word cat or Cat. Return animalsList catty2([]) → [] catty2(["buffalo", "dog"]) → ["buffalo", "dog"] catty2(["BatWoman", "frog", "catman"]) → ["BatWoman", "frog"] ...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