Board logo

標題: TQC+ 109 變數範圍 [打印本頁]

作者: 歐柏罕    時間: 2018-5-29 19:53     標題: TQC+ 109 變數範圍



提示:
  1. public class JPD01 {
  2.   
  3.     public static int adder (__________________) {
  4.         return _______________;                                    
  5.     }
  6.    
  7.     public static int gameRating (int s, int a, int e) {
  8.         return adder(__________________);                                      
  9.     }
  10.   
  11.     public static void main (String argv[]) {
  12.         int skill = 6, action = 9, excitment = 8, result;
  13.         result = gameRating(skill, action, excitment);
  14.         System.out.print("The rating of the game is ");
  15.         System.out.println(result);                        
  16.     }
  17. }
複製代碼

作者: 顏羽彤    時間: 2018-5-29 20:02

此帖僅作者可見
作者: 張閎鈞    時間: 2018-5-29 20:07

此帖僅作者可見
作者: 巫沛庭    時間: 2018-5-29 20:08

此帖僅作者可見
作者: 巫晉宇    時間: 2018-5-29 20:13

此帖僅作者可見




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