Create Random Numbers to Populate ArrayAre you trying to generate random numbers up to 250? If so, then the syntax would be [code]rand() % ...
Reading chars into an arrayIn your for loops you may want [code]int i[/code]. In your [code]cin>>answer[i][/code] you can just ...
what does exactly do Do you want the user to enter a value, or have it execute with the value (11) you defined? (When po...
Passing Multi-Array Data to a FunctionYou're not using your parameters correctly. In your function you list the array first, followed by n...
cin, cout & enld not in scoopeYou're using the std namespace without telling the compiler you are. You can either write [code]usin...
This user does not accept Private Messages