I need to multiply 100 arrays that are 100 columns long and I could use some help. I am, trying to create the program to have a person specify a number up to 100 and multiply that number and all previous arrays, but not the ones that follow. I need to be able to then see that product that is generated. It needs to be able to handle any random number up to 100 and on multiplying that random number back to array 0. I have set the arrays into a two-dim array. I have seen ways to multiply arrays, nut what about making it based off of user input and stopping at that number when multiplying . Can anyone help out please Thanks,