User profile: marcusg

User info
User name:marcusg
History
Joined:
Number of posts:10
Latest posts:

filling an array with strings
I need to fill an array with a list of strings and am having trouble figuring this out. i want it to...

working with arrays and functions
the output should look like this: [output]1: 1 2 3 4 5 6 7 8 9 10 1 2 3 4 5 6 7 8 9 10 the largest...

working with arrays and functions
I am working on a program that i have to create an out put of 20 lines generating 20 random numbers...

random numbers with arrays and functions
thanks for the help i really appreciate it.

random numbers with arrays and functions
[code]include <iostream> #include <ctime> #include <iomanip> using namespace std; int randNumGen(int...