Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started