Question: that takes 3 input arguments and stores them in a 3 field structure representing an Employee List. The first input argument should be stored in

that takes 3 input arguments and stores them in a 3 field structure representing an Employee List. The first input argument should be stored in a field called employee name, the second input argument should be stored in a field called employee number and the third input argument should be stored in a field called salary. Your function must be called employee list, and take three input arguments (3 fields representing a new employee entry, their employee number and associated salary). Your function should simply return the output structure. Ensure that nothing is printed to the screen by your function, as this will cause your function to fail the test code. Input: three input arguments (the three fields to be included in your structure) Output: a single output (the output structure) Function Name: employee_list Your function will be tested by running test code that passes several different input fields, including multiple calls to your function - marks are awarded for each test

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!