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.
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.
Step by Step Solution
3.27 Rating (159 Votes )
There are 3 Steps involved in it
a In order to store the identification numbers of ten employees as int values and their weekly ... View full answer
Get step-by-step solutions from verified subject matter experts
