Example Report
Hello everybody,
Attached below is an example of an assignment report. If you submitted your assignment 1, 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.
I didn't deduct any points this time for not following the basic coding guidelines. For example, all classes and methods should be commented with "JavaDoc". But I might grade more strictly on assignment 2 :)
Cheers,
Jade
Here is your score for assignment 1.
Score: 95%
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 for Assignment 1
Homework 1-1
Enter a number for the corresponding letter> -1
There is no letter at that number.
Enter a number for the corresponding letter> 0
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: -1
at ChengJade01Part1.main(ChengJade01Part1.java:57)
Enter a number for the corresponding letter> 1
a
AbcdEfghIjklmnOpqrstUvwxyz
Number of non-vowel strings 22
Enter a number for the corresponding letter> 25
y
AbcdEfghIjklmnOpqrstUvwxyz
Number of non-vowel strings 22
Enter a number for the corresponding letter> 26
z
AbcdEfghIjklmnOpqrstUvwxyz
Number of non-vowel strings 22
Enter a number for the corresponding letter> 27
There is no letter at that number.
Enter a number for the corresponding letter> foo
That is not a number. Exiting program.
Homework 1-2
*
*
1
1
**********
**********
10, 9, 8, 7, 6, 5, 4, 3, 2, 1
10, 9, 8, 7, 6, 5, 4, 3, 2, 1
That is not an interger. Exiting program.
Expecting one command line argument, got 0