0
Write a code to reverse integers between the even numbers in the array
Input: 6 10 33 20 71 65 70 Output: 10 33 20 65 71 70 I am not able to solve this program. Can anyone help me?
2 Antworten
0
Please show us your attempt.
Input: 6 10 33 20 71 65 70 Output: 10 33 20 65 71 70 I am not able to solve this program. Can anyone help me?