Count how many times given word x repeats in text.
The phrasing of the Problem Statement is not correct. The string "When you finish ..., you will be told .... You can then .... You can also ...." contains FOUR instances of the WORD "you". "You", "YOU" and "you" are all examples of the _word_ "you". The Problem Statement should say that the player must find occurrences of the provided text-pattern of the same case within the given text.
434 Solvers
273 Solvers
Generate a vector like 1,2,2,3,3,3,4,4,4,4
1571 Solvers
Find sum of negative elements in row.
45 Solvers
81 Solvers