1. Homepage
  2. Programming
  3. CSC2003 Assignment 3: BanishLetter

CSC2003 Assignment 3: BanishLetter

Engage in a Conversation
CUHKCSC2003BanishLetter

CUHKSZ CSC2003 24Spring Assignment 3 CourseNana.COM

Important Notes CourseNana.COM

CSC2003 Assignment 3 CourseNana.COM

CSC2003 Teaching Group March 31, 2024 CourseNana.COM

  1. The assignment is an individual project, to be finished on one’s own effort. CourseNana.COM

  2. The work must be submitted before 6 p.m., Apr. 21st, 2024 (Sunday), Beijing Time. 20% mark deduction will be given for late submission within 2 days, and 0 for even later; CourseNana.COM

  3. Plagiarism is strictly forbidden, regardless of the role in the process. Notably, ten consecutive lines of identical codes are treated as plagiarism. Using AI to directly generate code will also be regarded as plagiarism. Depending on the seriousness of the plagiarism, 30% 100% marks will be deducted. CourseNana.COM

Marking Criterion CourseNana.COM

  1. The full score of the assignment is 300 marks. CourseNana.COM

  2. Three java programs are to be submitted. Each program will be evaluated with several unseen test cases. A submission obtains the full score if and only if both programs pass all test cases. CourseNana.COM

Running Environment CourseNana.COM

  1. The submissions will be evaluated in the OJ system running Java SDK 21. It is the students’ responsibility to make sure that his/her submissions are compatible with the OJ system. CourseNana.COM

  2. The submission is only allowed to import four packages of (java.lang.*; java.util.*; java.math.*; java.io.*) included in Java SDK, and StdIn / StdOut from textbook. No other packages are allowed. CourseNana.COM

  3. All students will have an opportunity to test their programs in the OJ platform prior to the official submission. CourseNana.COM

Submission Guidelines CourseNana.COM

  1. You will get your grade only if you submit your code both on OJ and on bb on time. CourseNana.COM

  2. For bb submission, you need to directly upload your java file on bb. That is, your sub- mission should be BanishLetter.java, WordSearching.java, and MathExpr2.java. Wrong submission format will receive 10% mark deduction. CourseNana.COM

  3. Inconsistency with or violation from the guideline leads to marks deduction. CourseNana.COM

  4. All students are reminded to read this assignment document carefully and in detail. No argu- ment will be accepted on issues that have been specified in this document. CourseNana.COM

CUHKSZ CSC2003 24Spring Assignment 3 CourseNana.COM

Programs CourseNana.COM

There are 3 independent programs in this assignment, and each is worth 100 points. CourseNana.COM

Banish Letter CourseNana.COM

Given multiple char values and strings, write a Java program named ”BanishLetter.java” that delete all the given char values from the strings. CourseNana.COM

Input: The first line contains multiple char values C = {c1,c2,...,cn}, each seperated by a space. The second line is a positive integer T, followed by T lines of strings. CourseNana.COM

Output: For each string s, delete all characters c s such that c C, and output the result. That is, the output should be T lines. There’s no extra space at the end of a line, or extra blank row between two lines. CourseNana.COM

Foralltestcases,1T100,1lengthofs30,1n30. Allci Candcharacters in strings are upper case letters, or lower case letters, or digits. CourseNana.COM

An example of console input Expected console output CourseNana.COM

An example of console input Expected console output CourseNana.COM

WordSearching CourseNana.COM

Given an m × n 2D character grid board and multiple string words. For each word words, print true if word exists in the grid, and print false otherwise. CourseNana.COM

A word must be formed from letters in adjacent cells in right order, where ”adjacent” cells are those that are adjacent horizontally or vertically. Letters in the same cell are not allowed to be used repeatedly. CourseNana.COM

Hint: You can refer to the following example for better understanding. CourseNana.COM

Input: The first line contains 2 integers m,n, each separated by a space. Then, for the follow- ing m lines, each line contains n capital letters separated by a space. Then, the following line is a integer T ; for the following T lines, each line contains a string consisting of only capital letters. CourseNana.COM

Output: For each string, output true if the string exists in the grid, and output false otherwise. Foralltestcases,1m,n30,1T 10,and1thelengthofeachstring30. CourseNana.COM

olk
1 HelloWorld
CourseNana.COM

C0S
3 CSC2003 cuhksz Switch
CourseNana.COM

23 cuhksz witch CourseNana.COM

CUHKSZ
An example of console input
CourseNana.COM

CSC2003 24Spring Expected console output CourseNana.COM

Assignment 3 CourseNana.COM

34 IAXR SIRI RITS 1
IRIS
CourseNana.COM

An example of console input CourseNana.COM

Expected console output CourseNana.COM

34 CBCB ADBA DBCB 3 ABCBA CBCBA DBCBDB CourseNana.COM

false true true CourseNana.COM

Math Expression 2 CourseNana.COM

Write a Java Program (MathExpr2.java) with the following requirement. CourseNana.COM

(1) It evaluates the value of math expressions, and outputs an integer value. CourseNana.COM

  1. (2)  Each math expression includes (see the example below): numbers (integers and doubles); op- erators of “+” (addition), “-“ (subtraction), “*” (multiplication) and “/” (division); functions including “sin” (sine function), “cos” (cosine function), “tan” (tangent function) and “sqrt” (square root function); “(“ and “)” (brackets); possibly blank space. CourseNana.COM

  2. (3)  All expressions are valid. The output is an integer value after rounding. 3 CourseNana.COM

CourseNana.COM

CUHKSZ CSC2003 24Spring Assignment 3 Input: The first line is a integer T . For the following T lines, each contains a math expression. Output: T lines, each containing a integer, which is the result of the corresponding expression.
For all test cases, 1
T 30, and 1 length of a expression 50. CourseNana.COM

An example of console input Expected console output CourseNana.COM

8
1+2.0*sin(37+(25*3))
(2+ 3.50)*4 *sqrt(sin(1.5)) -3+4/ (2.5+3.7) (-3+4)/2.5+3.9
1.2-3.5* 5.2 -13.2 1.2-3.5*5.2-13.7
2.3*5*7 - 12*9/8 -sin(3.5-sqrt(4)) + cos(tan(2.5))
CourseNana.COM

-1 22 -2 4 -30 -31 67 0 CourseNana.COM

Get in Touch with Our Experts

WeChat WeChat
Whatsapp WhatsApp
CUHK代写,CSC2003代写,BanishLetter代写,CUHK代编,CSC2003代编,BanishLetter代编,CUHK代考,CSC2003代考,BanishLetter代考,CUHKhelp,CSC2003help,BanishLetterhelp,CUHK作业代写,CSC2003作业代写,BanishLetter作业代写,CUHK编程代写,CSC2003编程代写,BanishLetter编程代写,CUHKprogramming help,CSC2003programming help,BanishLetterprogramming help,CUHKassignment help,CSC2003assignment help,BanishLetterassignment help,CUHKsolution,CSC2003solution,BanishLettersolution,