摘要:
运算符 算术运算符 算术运算符:+,-,*,/,%,++,-- public class Demo01 { public static void main(String[] args) { //二元运算符 //Ctrl + D:复制当前行到下一行 int a = 10; int b = 20; Sy 阅读全文
摘要:
Hello World 运行 1.新建一个文件夹存放代码 2.新建一个Java文件,将记事本txt后缀改为java 3.代码 public class hello{ public static void main(String[] args){ System.out.print("hello,wor 阅读全文