I'm new to C#, with basic knowledge from other languages. And I came up with this problem:
public void startupMessage(string appTitle, string (((color))))
{ V--------V
Console.ForegroundColor = ConsoleColor.(((color)));
}
What I think is some of the problem is that the second parameter has to be something else than string. But I'm not sure.