Dear Java Programmers,
Excuse me if my English is not very good. I'm just learning java on school and now I have an assignments for school. I really cant figure them out, could someone help me please?
First question:
I need to write a function/method that can rotatate characters in a string.
Example:
'JAVA' will return 'AVAJ'
'JAVA' with n = '2' will return 'VAJA'
'JAVA' with n = '3' will return 'AVAJ'
Please don't be to hard on me, I just started with learning Java.
Thanks alot!
Jeesie