CSC1003 Assignment 2
Important Notes:
- The assignment is an individual project, to be finished on one’s own effort.
- The work must be submitted before 6pm Nov. 8, 2024 (Friday), Beijing Time. This is a firmdeadline. No late submissions are accepted.
- Plagiarism is strictly forbidden, regardless of the role in the process. Notably, ten consecutivelines of identical codes are treated as plagiarism. Depending on the seriousness of theplagiarism, 30%-100% marks will be deducted.Marking Criterion:The maximum score a student could obtain in this assignment is 100 marks(i.e. more than 100marks will be counted as 100 marks).Two java programs are to be submitted. Each program will be evaluated with several unseentest cases. A submission obtains the full score if and only if both programs pass all test cases.Running Environment:
- The submissions will be evaluated in the OJ system running Java SDK. It is the students’responsibility to make sure that his/her submissions are compatible with the OJ system.
- The submission is only allowed to import four packages of (java.lang.*; java.util.*; java.math.*;java.io.*) included in Java SDK. No other packages are allowed.
- All students will have an opportunity to test their programs in the OJ platform prior to theofficial submission.Submission Guidelines:
- The score is based on your submission on OJ, but you also need to submit your code (that is,directly submit the screenshots, MatrixMultiplication.java and AsciiArt.java) on blackboard.Otherwise, you will get 0 for this assignment.
- Inconsistency with or violation from the guideline leads to marks deduction.
- All students are reminded to read this assignment document carefully and in detail. No
argument will be accepted on issues that have been specified in this document.Exercise One (15 marks):Finish the three problems (https://oj.cuhk.edu.cn/d/csc1003_2024_fall/p) from P1010 to 代写CSC1003 OJ system running Java SDK. P1012online, and upload screenshot(s) to show that you finished the exercise. You can earn 15 markswithout requiring “AC” by attempting to complete 3 questions.Exercise Two (50 marks):Write a java program named “MatrixMultiplication.java” to calculate the product of two matricesof sizes
标签:java,matrix,CSC1003,marks,will,input,Java,line,OJ From: https://www.cnblogs.com/comp9321/p/18536472