📜  免费 pearson uk 教科书 - Java 代码示例

📅  最后修改于: 2022-03-11 14:52:19.839000             🧑  作者: Mango

代码示例1
int size = 11;
int size1 = 12;
int total = 0;
total = size + size1;
system.out.println("the answer is " + total;