Question: Complete the function below to swap two elements in an array and return the result. Your function should take three arguments: An array and two
Complete the function below to swap two elements in an array and return the result. Your function should take three arguments: An array and two integers. The integers are the indexes of the two elements in the array you should swap.
ex: [7,4,9,3,6,2],4,2 [7,4,6,3,9,2]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
