Question: X 6 2 2 : Element in Array if Exists Rewrite the function getElementAt ( ) so that it returns the element n th in

X622: Element in Array if Exists
Rewrite the function getElementAt () so that it returns the element nth in the array numbers, but only if there is an element at that p exists). If the nth element doesn't exist (e.g., outside of bounds), then the function should return the third argument notFound.
Examples:
getElementAt ({89,90,91},0,-1)89
getElementat ({89,90,91},4,-99)-99
Your nswer:
Feedback
Your feedback will appear here when you check
Check my answer!
Reset
Next exercise
 X622: Element in Array if Exists Rewrite the function getElementAt ()

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!