摘要: 定义一个函数,完成一个整数的*3+5的运算 public class FunctionDemo { public static void main(String[] args) { int x = getResult(4); System.out.println("x="+x); } public 阅读全文
posted @ 2018-12-27 16:56 linuxws 阅读(265) 评论(0) 推荐(0) 编辑