When I'm constructing the array in C# to get ready to pass to this function, can I do it the exact same way, or are there other things I have to take into consideration? You can't read arrays like ...
In my C++ course we were give an assignment that said we had to write a function that would allow a user to type in some input (say a paragraph for example) and our program is supposed to capture it ...