[問題] 作業問題,有關combination

作者: happyjerry (就是傑瑞)   2022-11-16 23:35:31
※狀況概述:版友大家好,由於小朋友(高一)Javascript coding作業做不出來,而身為家長
也毫無概念,已經蒐集網上的一些資料,但仍然不清楚要怎麼生產出程式碼,
不知道能否請版友提示或幫忙,若有違反版規將自刪,謝謝各位。
Write a Javascript program in an HTML dcoument to solve each of following
problems. Use all the programming concepts you learned in class (這邊因為學的
東西簡報很多,就不放上來了), including loops and if statement in your programs
a) Additive Combinations
Samples:
1.Please enter a postive integer greater than 1:5 ( displays the prompt in
dialog box) < Input
The additive combination(s) is/are (1,4),(2,3),(3,2),(4,1) < Output the
concole
2.Please enter a positive integer greater than 1: -4 (displays the prompt in a
dialog box) < Input
Goodbye! < Output in the console
*Please note: Your program will continue to run until a negative value, 0 or
1 is entered.*
b) Multiplicative Combinations
Sample:
Please enter a positive integer: 4 (displays the prompt in a dialog box) input
The multiplicative combination(s) is/are (1, 4), (2, 2), (4, 1). output
in the console
Please enter a positive integer: -6 (displays the prompt in a dialog box) input
Goodbye! output in the console
*Please note: Your program will continue to run until a negative value or 0
is entered.*
評分標準:
Marking Scheme:
i) Your program must have full documentation (Comments, proper heading and
title). [COM: 10]
ii) Declaration of variables (using appropriate names), and proper program
structure including proper tags used and proper indentation. [KU: 10]
iii) Is your program running properly? Is there any programming error?
[APP: 10]
iv) Is the output of your program generated the exact output as shown? [TI:
10
作者: GGing (小軒軒)   2022-11-17 07:05:00
ㄜ… JavaScript 跟 Java 是完全不同的東西
作者: qrtt1 (有些事,有時候。。。)   2022-11-17 15:58:00
https://ithelp.ithome.com.tw/m/articles/10264543理解一下 backtracking 的用法,就會很好寫了。
作者: TimmyWendell (流浪提米)   2022-11-22 11:25:00
我小廢物一個,但是建議你還是要先有一些自己的想法。比如你認為應該怎麼樣解決這些問題。從中文敘述開始,慢慢一步一步轉成程式碼(即使用最笨的方法也沒沒關係)。不然以後還是會寫的很痛苦,加油
作者: timcheng78 (tim)   2022-12-04 22:55:00
作業自己寫..
作者: starburs (星爆氣流斬)   2021-01-16 09:06:00
作業自己寫好嗎 蒐集完資料連java和javascript都分不出來?
作者: almostreal (Yukai)   2021-05-07 14:02:00
現在的學生都不用學著找方法解決自己的問題了嗎?

Links booklink

Contact Us: admin [ a t ] ucptt.com