1) Use string addition in System.out.println 2) See the API for PrintStream (Java Platform SE 7 ) , which System.out is an instance of - in particular the print() method may be of use. Either way,...