摘要: 今天学习的是JAVA中的方法,当然方法跟C/C++中的函数十分类似,因此也确实没花什么时间 以下是今天测试的程序 package hellopeace; public class Hello{ public static int mainasu(int a,int b) { int c; c=a+b 阅读全文
posted @ 2020-11-12 10:31 禁小呆 阅读(61) 评论(0) 推荐(0)