Given the program, dbug and modify the application to acquire the following outputs:
40 50 60 70 80
70 80 10 20 60
80 40 50 60 70 80
40 50 60 70 80 40
50 60 70 80 40

import java.io.*;
class...