I'm trying to make a program that basically strings each line of a text file in reverse order, that is, the line is shown from end to end. For example, the line 'hello world!' is displayed in the form '! dlrow olleh'
So far I have this code d...
asked on
07.06.2018 / 21:19