Just to clarify, the 'return' statement allows a method to pass a value back to the code it was called from. The 'System.out.println' statement allows you to print a line of text to the console. The...