標題:
自訂函式 (一)
[打印本頁]
作者:
許婷芳
時間:
2020-7-22 09:28
標題:
自訂函式 (一)
自訂函式:
1. void hello(int n)
2. int myPlus(int x,int y,int z)
public class Ch50 {
static void hello(int n)
{
for(int i=0; i<n; i++)
System.out.println("Hello!!!");
}
static int myPlus(int a, int b, int c)
{
return a+b+c;
}
public static void main(String[] args)
{
hello(5);
System.out.println(myPlus(1,2,3));
}
}
複製代碼
作者:
陳昱彣
時間:
2020-7-22 09:57
此帖僅作者可見
作者:
陳冠宏
時間:
2020-7-22 09:59
此帖僅作者可見
作者:
陳沛頤
時間:
2020-7-22 09:59
此帖僅作者可見
作者:
王溆瑄
時間:
2020-7-22 09:59
此帖僅作者可見
作者:
蘇敏嘉
時間:
2020-7-22 09:59
此帖僅作者可見
作者:
簡維辰
時間:
2020-7-22 10:01
此帖僅作者可見
作者:
吳孟軒
時間:
2020-7-22 10:04
此帖僅作者可見
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2