In my proggThere are two for loops
Using the first for loop, I had took or copies the output in a file
"abc.dat"
then using second for loop I had took the output on the console.
Concentrate on my second for loop
that is
for(int i=20; i>-20; i-=1)
And I am trying to seek from the last value. Not when i is 20, the origin is
20th alphabet, that is "T" means my progg should consider "T" as the last
alphabet. and moves backward by one position. Next output should be "S".
This is all what I think.
I know output is not coming according to my expectation. This means I am
wrong somewhere in my concepts
Please Usman tell me where am I wrong