I'm trying to write a program and it has to put quiz values into an array, one requirement is to build a separate function to build the initial array. I made the function but when I go to call in main() Xcode says there is an error, "no matching function to call for buildQuizArray" even though I literally copied and pasted the name into the main(). I'm still in the beginning stages of the code so right now I'm just trying to check and see if the buildQuizArray will even work but I can't call it in the main(). The error comes on line 40. Thanks.