Hello guys. I have a problem on this little program. Basically, I want to read an array and invert its the elements so if the input is [a; b; c] the output will be [c; b; a]. Now, I can't achieve the output. When I execute it on console, the output string just prints blank spaces. What am I doing wrong?