First, many of your print commands also issue new lines ('\n' - System.out.println will also do the same automatically but System.out.print just prints the contents), which will result in a single...