i've randomed arrays i.e.
for(x=0;x<6;x++)
thing[x]=rand%50+1;
and then the user will input some data. How will i compare the arrays to the data (the data are also arrays)
2007-01-18
20:27:10
·
1 answers
·
asked by
Sammy Baby
1
in
Computers & Internet
➔ Programming & Design
i want to compare every randomed variable to the data input by the user (both are arrays), i want to compare random[0] with input[0], input[1] etc... random[1] with input[0], input[1] etc... how will i do that?
2007-01-18
20:58:50 ·
update #1