Hi everyone I'm currently working on a java project and I am having a bit of trouble.
I need to write a method which rotates a specified row of a 4x4 array, for example, the last element in the row becomes the first element and the others shift right.
Can someone give me some advice on this?
Thanks
RJB7