摘要: package com.demo.study0614; import java.io.Console; /* * 定义一个两个int数字相加的方法,三要素, * 返回值类型:int * 方法名称: sum * 参数列表: int a,int b * * 方法的三种调用格式: * 1.单独打印 * 2 阅读全文
posted @ 2022-10-23 21:11 柯基大大 阅读(6) 评论(0) 推荐(0)