Question: How would you declare a doubly subscripted array for the following? Please address each item. Create an array that will hold the pay for each
How would you declare a doubly subscripted array for the following? Please address each item. Create an array that will hold the pay for each month for fifteen employees. For example, for each employee, you will need to store an amount of pay for each month for each employee. Decide which would represent the rows (employees or months) and tell me why. Decide which would represent the columns (employees or months) and tell me why. Decide what the data type for the array would be and tell me why. Assume you would refer to the employees by employee number and would not have to refer to them by name. Finally show me the pseudocode declaration for the array. Can somebody show me the psuedocode for this?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
