標題:
TQC+ 109 變數範圍
[打印本頁]
作者:
葉桔良
時間:
2022-1-29 11:01
標題:
TQC+ 109 變數範圍
本帖最後由 葉桔良 於 2022-6-3 17:57 編輯
1. gameRating函數需呼叫adder方法以取得正確的加總值。
2. adder方法計算方式為: skill+action+excitement
3. 輸出回傳的正確值,顯示結果如參考畫面
public class JPD01 {
public static int adder (__________________) {
return _______________;
}
public static int gameRating (int s, int a, int e) {
return adder(__________________);
}
public static void main (String argv[]) {
int skill = 6, action = 9, excitment = 8, result;
result = gameRating(skill, action, excitment);
System.out.print("The rating of the game is ");
System.out.println(result);
}
}
複製代碼
作者:
朱春珠
時間:
2022-1-29 15:17
此帖僅作者可見
作者:
朱春男
時間:
2022-1-29 15:28
此帖僅作者可見
作者:
葉桔良
時間:
2022-6-3 17:57
此帖僅作者可見
作者:
王儀華
時間:
2022-6-17 18:57
此帖僅作者可見
作者:
朱嚴寘
時間:
2022-8-3 19:36
此帖僅作者可見
作者:
吳孟軒
時間:
2022-9-12 20:47
此帖僅作者可見
作者:
若晴
時間:
2022-12-2 21:05
此帖僅作者可見
作者:
李睿宸
時間:
2023-3-29 18:12
此帖僅作者可見
作者:
俞經典
時間:
2023-7-2 10:38
此帖僅作者可見
作者:
陳品諺
時間:
2023-7-21 15:42
此帖僅作者可見
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://seed.istak.org.tw/)
Powered by Discuz! 7.2