Question
Write a defining table and a function that returns the value of the middle element in an array. If the array has an even number
Write a defining table and a function that returns the value of the middle element in an array. If the array has an even number of elements, then this function must return the average of the two middle elements. The function must have this header:
function getMiddle(list)
Hint: To test your two functions write a separate function that is called from the onclick attribute of a button. This separate test function should create one or more arrays, call the addEnds and getMiddle functions and display the values returned from addEnds and getMiddle.
Tips for Using the Auto-Grader
CIT 160 uses automatic grading technology to grade your programming assignments. Using this auto-grader allows you to receive instant feedback about your programs instead of waiting days or weeks to learn if your programs are correct or not. It also frees instructors from the heavy burden of grading many programs and allows them to spend more time helping students learn instead of grading their work. Of course, the auto-grader is not a human and is not as smart nor as flexible as a human in recognizing correct programs.
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