I have an assignment that requires me to create a string array based on user input and then pass the array to another method. I also have to convert some of the string array to int (which I have no trouble doing). My problem is that whenever I'm trying to pass the array into the Public Lab method, I'm getting an error message saying that "The type of expression must be an array type but it resolved to string". Can someone please teach me how to fix this, I've been working on this for hours and it is due shortly.I have an assignment that requires me to create