about | help | code help+videos | done | prefs |
Write a method called michael that accepts a string parameter. The method returns true if the single word in the string can be made up of the characters in the word "michael" where letters are allowed to be used any number of times. The method returns false if it is not possible to make the word from the letters in "michael". This method must not be case-sensitive. michael("mike") → false michael("michelle") → true michael("champ") → false ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Difficulty: 300
Copyright Nick Parlante 2017 - privacy