Log in

View Full Version : How do you wrie a program using that attatches the random numbers together


nasde
Mar 29, 2007, 04:31 PM
#include
#include
#include
using namespace std;

int main()
{ int I;
srand( (int) time(NULL));
i = rand()%4;
int num[5] =

cout

asterisk_man
Mar 29, 2007, 05:03 PM
your code and question is clearly incomplete. Try enclosing your code in a "code block". Put



your code



you want to write a program using what?
it attaches random numbers together in what way?

we can certainly help with this question if you can define it more clearly.