107k views
5 votes
You may use whatever IDEs / editors you like, but you must submit your responses on iCollege as java files. Failure to comply with this simple requirement will result in a score of Zero. Please, be careful not to be assigned a Zero score this way.

Few Rules to be followed, else will receive a score of ZERO
(1) Your submissions will work exactly as required.
(2) Your files shall not be incomplete or worse corrupted such that the file does not compile at all. Make sure you submit a file that compiles.
(3) Your submission will show an output. Should you recive a Zero for no output shown do not bother to email me with "but the logic is perfect"!
Note that your program's output must exactly match the specs (design, style) given here for each problem to pass the instructor's test cases. Design refers to how well your code is written (i.e. is it clear, efficient, and elegant), while Style refers to the readability of your code (commented, correct indentation, good variable names).

User Whiteulver
by
8.7k points

1 Answer

5 votes

Final answer:

The subject of this question is Computers and Technology. The student is required to follow certain rules for submitting their Java files to avoid receiving a score of zero.

Step-by-step explanation:

The subject of this question is Computers and Technology. The question is regarding the submission of Java files using a specific IDE or editor. The student is required to follow certain rules for submitting their files to avoid receiving a score of zero. These rules include ensuring the files work as required, are not incomplete or corrupted, and show the expected output.

User Bart Kiers
by
7.8k points