I need to write a program that generates 10 problems, in which 2 randomly genorated numbers are chosen to multiply together, and the user has to input the correct answer for each program, and i have store the answers, and check to see if they are correct. I could just use a little help in understanding how to write the array code, and how to recall the stored numbers. I understand it starts storeing with 0 and goes up. Any help would be greatly appreciated
*generate the 10 problems.
*Use the function rand() to generate random digits from 0 through 9.
*I need to use 4 arrays to do this. the first 2 arrays for the numbers multiplyed, and the 3rd for the student answer, and fourth holds correct answers to do check with.
thanks again!