Board logo

標題: 函式的建立與執行 (二) [打印本頁]

作者: tonyh    時間: 2013-5-29 19:10     標題: 函式的建立與執行 (二)

  1. public class ch27    //類別
  2. {
  3.     public static void main(String args[])   //主方法
  4.     {
  5.           System.out.println(triangle(3,5));
  6.     }

  7.     public static float triangle(float x,float y)
  8.     {
  9.           return x*y/2;
  10.     }
  11. }
複製代碼





歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/) Powered by Discuz! 7.2