那要看你怎么断句了。你在需要断句的地方执行System.out.println();就换到下一行了。比如你如果想要大小写分开可以在for循环里,while循环后执行System.out.println();就可以了。这样当你while循环打印完毕后换行然后通过for循环再执行while循环打印。