User: danghotties

  • Public profile

User profile: danghotties

User info
User name:danghotties
History
Joined:
Number of posts:34
Latest posts:

Create Random Numbers to Populate Array
Are you trying to generate random numbers up to 250? If so, then the syntax would be [code]rand() % ...

Reading chars into an array
In 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 Function
You're not using your parameters correctly. In your function you list the array first, followed by n...

cin, cout & enld not in scoope
You're using the std namespace without telling the compiler you are. You can either write [code]usin...

This user does not accept Private Messages