In a program you need to store the identification numbers of ten employees (as int values) and

Question:

In a program you need to store the identification numbers of ten employees (as int values) and their weekly gross pay (as double values).

a. Define two arrays that may be used in parallel to store the 10 employee identification numbers and gross pay amounts. 

b. Write a loop that uses these arrays to print each of the employees’ identification number and weekly gross pay.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: