In a program you need to store identification numbers of 5 employees and their weekly gross pay.
a. Define two arrays that may be used in parallel to store the 5 employee identification numbers and weekly gross pay amounts.
b. Write a loop that uses these arrays to print each of the employees identification number and weekly gross pay.