Skip to content
Advertisement

Tag: swap

Challenge: Sorting Arrays [closed]

Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 4 months ago. Improve this question I need a little help, I made a code to read a sequence of numbers, store them in an array and then print the even

swap each element with its neighbour element in an array

I need to write a program. This method will take integer array as input and return array where each value is swapped with its neighbour element. In case the array has odd count, then last element is not swapped. Result: I tried using nested for loops but didnt get it Answer Where is the code you tried so far ?!

Advertisement