Example Report

Hello everybody,

I've copied an example of the program test report for assignment 2 below. For those of you who had trouble getting your programs to work well, you could have a look at the correct output of assignment 2. Please also let me know if you need an example implementation.

If you submitted your assignment 2, by the end of today, you will have received an email from me with your report. If you haven't received the email by the end of today, let me know. Also let me know if you have any questions regarding your score.

Also, I'm reconsidering my office hours. 12:00 -1:00 pm doesn't seem like a good time for some of us. Please let me know if you have any suggestions for new times or days.

Cheers,
Jade


Here is your score for Assignment 2.

Score: TBD%

Let me know if you have any questions regarding your score. And let me know if you want a copy of an example implementation for the assignment.

Regards,
Jade

Grading Guildelines


Test Results

% java ChengJade2
The argument is not a single input.
% java ChengJade2 -1
The argument is not an integer greater than 1.
% java ChengJade2 0
The argument is not an integer greater than 1.
% java ChengJade2 1
The argument is not an integer greater than 1.
% java ChengJade2 foo
The argument is not an integer.
% java ChengJade2 4 5 6
The argument is not a single input.
% java ChengJade2 45
45's prime factors: 3 5
% java ChengJade2 100
100's prime factors: 2 5
% java ChengJade2 152
152's prime factors: 2 19
% java ChengJade2 228
228's prime factors: 2 3 19
% java ChengJade2 1000
1000's prime factors: 2 5
% java ChengJade2 1013
1013's prime factors: 1013
% java ChengJade2 344587
344587's prime factors: 344587
Valid HTML 4.01 Valid CSS