作者happyjerry (就是杰瑞)
看板java
标题[问题] 作业问题,有关combination
时间Wed Nov 16 23:35:31 2022
※状况概述:版友大家好,由於小朋友(高一)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
--
※ 发信站: 批踢踢实业坊(ptt.cc), 来自: 111.252.122.173 (台湾)
※ 文章网址: https://webptt.com/cn.aspx?n=bbs/java/M.1668612933.A.395.html
1F:推 GGing: ㄜ… JavaScript 跟 Java 是完全不同的东西 11/17 07:05
3F:→ qrtt1: 理解一下 backtracking 的用法,就会很好写了。 11/17 15:59
4F:推 TimmyWendell: 我小废物一个,但是建议你还是要先有一些自己的想 11/22 11:25
5F:→ TimmyWendell: 法。比如你认为应该怎麽样解决这些问题。从中文叙 11/22 11:25
6F:→ TimmyWendell: 述开始,慢慢一步一步转成程式码(即使用最笨的方 11/22 11:25
7F:→ TimmyWendell: 法也没没关系)。不然以後还是会写的很痛苦,加油 11/22 11:25
8F:→ timcheng78: 作业自己写.. 12/04 22:55
9F:→ starburs: 作业自己写好吗 蒐集完资料连java和javascript都分不出 01/16 09:06
10F:→ starburs: 来? 01/16 09:06
11F:→ almostreal: 现在的学生都不用学着找方法解决自己的问题了吗? 05/07 14:02
12F:推 Benny327: throw new Exception("Write a Javascript program") 08/25 00:02