I am writing a toString() Method to print out the results that I got from my program and since the Method return type is a String I cannot use System.out.print. So, I am using "/n" but for some...