Im a beginner c++ programer and I'm trying to use an array but cannot figure out how to get it to work
//Parameters: const string input
// Returns: string - the all-lowercase string
// Purpose: This function should be used to convert a string to a
// lowercase string. e.g. ToLowerCase("dEdEDe") returns "dedede"