输出

System.out.println(); //打印相关内容后换行
System.out.print(); //打印相关内容后不换行
System.out.printf(); //类似c语言中的printf语句

输入

image.png
例如:
image.png