Programming Test
From Simson Garfinkel
Jump to navigationJump to search
Write a program that does the following:
- Downloads the file http://simson.net/train.txt
- Prints the following:
- The shortest line.
- The longest line.
- The line that is repeated the most number of times.
- Now, for each of the above, print both the line and the line numbers where it appears.
Use any programming language you want. Show all of your work.