Search:

Type: Posts; User: BuhRock

Search: Search took 0.09 seconds.

  1. Re: How to divide elements in two different arrays

    Yeah I know thats the formula on how to get the percent, but I dont know how to implement that. I have tried:

    percents[0] = (grade[0] / outOf[0]) * 100;

    ...
  2. How to divide elements in two different arrays

    I am using an array to store 5 test scores. Then I have another array for the total possible score the test could have. I just need to find out what percent the grade is out of the total possible...
Results 1 to 2 of 2