const string waitArray[9] { "", "", "", "", "", "", "", "", "" } 

error expected a declaration

    1 answer 1

    Sign = worth adding:

     const string waitArray[9] = { "", "", "", "", "", "", "", "", "" };