0
Fixed

Substitute Algorithm error

M Atán 9 years ago updated by anonymous 9 years ago 1
The code for the solution is incomplete:

String foundPerson(String[] people){  List candidates =
    Arrays.asList(new String[] {"Don", "John", "Kent"});
  for (int i=0; i

Answer

Answer
Fixed
Fixed, thanks!