holbrookcole984 holbrookcole984 03-12-2018 Computers and Technology contestada Given an array arr, of type int, along with two int variables i and j, write some code that swaps the values of arr[i] and arr[j]. declare any additional variables as necessary.