2 Topics

Member Avatar for
Member Avatar for omojolinho

Good day whiz coders. Please, i need help on swapping the first two elements in an array. For instance {"I", "am", "too", "handsome"} should turn to {"am", "I", "too", "handsome"}?

Member Avatar for Sulaiman_1
0
121
Member Avatar for cryonize

I was asked to create a program that enters numbers and displays the before sorting order, and the sorted order displaying the previous node address and the next node address. I was told not to swap the data inside the nodes, but move the nodes themselves. I have a problem …

Member Avatar for TrustyTony
0
9K

The End.