Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Your boss comes up to you with the following problem, Hi there, it's me, your boss and (obviously) best friend Mrs. Bossenstein. I have
Your boss comes up to you with the following problem, "Hi there, it's me, your boss and (obviously) best friend Mrs. Bossenstein. I have a list of all of our employees and I want to figure out the average salary we are paying out." Your goal is to do the following: 1. Define the input to the problem (remember, this should be something like "a set of names" or "a list of Y"). You can also use this area to declare "variables" or "parameters". Example: Let N be a list of employee names. 2. Define the output to the problem. What will your algorithm return? 3. Write an algorithm, using pseudocode, to solve the problem. Make sure you accept the input you declared and return the appropriate output!
Step by Step Solution
There are 3 Steps involved in it
Step: 1
1 Input Let S be a list of employee salaries 2 Output The average salary of al...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