Vitor Ferreira

Vitor Ferreira

  • NA
  • 20
  • 11.9k

help me in exercise

Feb 23 2015 6:53 PM
good all
Someone help me with this exercise, in C:

Implement a program that runs as a list number n n places to the left (if n <0) or right (if n> 0).
Input data:

JM
OP
TR
HJ
LF
BG 
-2 
Output:TR HJ LF BG JM OP

Answers (6)