hi all,
I need a little bit of help. heres my problem. if someone can help me get started, tht would be really wonderful. many thx in advance.
there are 7 different numbers are given which are emplyee identification number. The program should display each employee number and ask the user to enter that employee's hours and pay rate. The program should relate the data in each array through the subscripts. For example, the number in element 0 of the 'hours' array should be the number of hours worked by the employee whose identification number is stored in element 0 of the 'empId' array. That same employee's pay rate should be stored in element 0 of the payRate array.
i dont know how to display employee identification number since they are random numbers rathar than 1, 2, 3...