Strings can be concatenated. In other words you can add Strings with a + sign. e.g., String foo = "foo" + "bar" will result in "foobar". With this knowledge and a for loop, I'll bet you can figure...