(Latest Revision: Wed May 8 13:01:46 PDT 2013 ) salaryArrayFacts.txt

salaryArrayFacts.txt





indexes            0     1     2     3     4     5     6     7     8     9     10

theOldSalaries  |     |     |     |     |     |     |     |     |     |     |     |

theNewSalaries  |     |     |     |     |     |     |     |     |     |     |     |



for (salaryNum=0; salaryNum<howMany; salaryNum++)
{
    theNewSalaries[salaryNum] 
            = theOldSalaries[salaryNum] * (1 + BONUS_PERCENTAGE/100 ) ;
}