今天背了十个单词,然后还学了Java的关于继承的知识点。然后明天没有课打算早点起来背二十个单词,然后去操场玩会。
今天试了一下上课说的输出不同写法的结果。
public class shuchu {public static void main(String[] args) {
int a=10;
int b=20;
System.out.println("a+b="+a+b);
System.out.println(a+b+"=a+b");
}
}
标签:12,int,System,天气,2023,println,public From: https://www.cnblogs.com/Christmas77/p/17701025.html