CS 5JA - Winter 2009 - Assignment 3
Grader - Ceren Budak
Code Pts. out of 100 Grader comments
(Note: "wrong UI" means wrong user interface - should ask for all numbers at once, not inside loop)
501 97 TwoLargest doesn't work for 2nd largest some cases (first numbers not handled properly)
502 100
503 94 Classes in wrong files. TwoLargest: first two numbers not handled properly
504 97 TwoLargest: second number wrong for negative numbers
506 86 Largest, TwoLargest: wrong for <-100000, TwoLargest: 2nd number wrong CornerLines: missing one
508 97 TwoLargest: second number entered is not handled properly
509 95 CornerLines: need more lines, TwoLargest: use temp variable to swap largest and secondlargest
511 98 CornerLines: too many lines
512 89 Largest&TwoLargest: init value not small enough TwoLargest: number>largest not handled properly
513 94 TwoLargest: number>second not handled and first==second not a proper case
515 90 Largest and TwoLargest: works for positive only. TwoLargest: wrong if largest equals 2nd largest
516 97 TwoLargest doesn't work for 2nd largest some cases (first numbers not handled properly)
518 100
519 91 Largest: Wrong UI; TwoLargest: number>largest not right; CornerLines: 4th corner wrong
521 97 TwoLargest:first two numbers are not handled properly
523 97 TwoLargest: use temp variable to swap largest and secondlargest when read first two numbers
524 85 Largest.java wrong for < -1000000, TwoLargest: one of the if cases not handled properly
525 0 did not turn in
526 98 CornerLines: close to the figure but not the same
527 97 TwoLargest: does not work for negative numbers
529 87 Largest&TwoLargest: wrong UI, TwoLargest: wrong actions for 2nd input and when number>largest
530 40 None compile, and logically wrong when compilation errors are fixed
531 97 TwoLargest: second largest wrong for numbers less than -900000
532 95 Largest: doesn't work for < -1000000, TwoLargest: one if case not handled properly - wrong results
533 91 Largest and TwoLargest: does not work for < -100000, TwoLargest:number>second case wrong
534 100
535 97 TwoLargest: does not work for second largest, because you start second largest by 0 as default
538 82 Largest&TwoLargest:do not work for <-1, CornerLines: close to what is required
539 94 TwoLargest: first two numbers not handled properly and number>largest case not working
540 100
541 97 TwoLargest: does not work for numbers less than -100000
542 0 did not turn in
543 82 Largest and TwoLargest: Wrong UI and TwoLargest has the wrong algorithm
544 88 Largest&TwoLargest:do not work for <0; TwoLargest: number>largest wrong; CornerLines: almost
545 89 Largest and TwoLargest: does not work for < -100000, TwoLargest:second number wrong mostly
546 98 CornerLines: close to the figure but not the same
548 97 TwoLargest doesn't work for 2nd largest some cases (first numbers not handled properly)
549 97 TwoLargest doesn't work for 2nd largest some cases (first numbers not handled properly)
550 97 TwoLargest doesn't work for 2nd largest some cases (first numbers not handled properly)
552 94 Largest and TwoLargest: does not work for numbers smaller than -100000000
553 0 did not turn in
554 75 CornerLines: preliminary, Largest: small compile problem; TwoLargest: second largest wrong
558 87 TwoLargest: does not work when second largest and largest are the same CornerLines:preliminary
559 0 did not turn in
560 94 TwoLargest: second largest does not work because it is set to -9999 as initialization
561 100
562 0 did not turn in
563 84 TwoLargest: wrong for <0 & number>largest not handled properly CornerLines: not as required
564 97 TwoLargest: does not work for second largest for cases like 10 1 2 3 4 5 6 7 8 9
565 90 CornerLines: does not compile and after fix is close to figure but not same
566 97 TwoLargest: use temp variable to swap largest and secondlargest when read first two numbers
567 79 Largest:why use a target of 1000? TwoLargest: no negative numbers; CornerLines compile error
569 94 Largest and TwoLargest: Wrong user interface (ask for all numbers at once)
570 74 All don't compile; Largest wrong for < -10000; TwoLargest: one case wrong; CornerLines: prelim.
571 97 TwoLargest: second largest is wrong for negative numbers
572 98 CornerLines: close to the figure but not the same
573 91 Largest and TwoLargest: Wrong UI; TwoLargest: number>largest not handled properly
574 97 TwoLargest: does not work for second largest, because you start second largest by 0 as default
576 40 Largest and TwoLargest: do not compile and none of the 3 java files implement the solution required
578 0 did not turn in
579 100
580 94 TwoLargest: wrong when second largest and largest equal and number > largest not working
581 100
582 0 did not turn in
584 97 TwoLargest: initialization of largest2 to 0 is invalid. Consider cases like 100 -1 -2 -3 -4 -5 -6 -7 -8 -9
587 100
588 87 TwoLargest: does not work when second largest and largest are the same CornerLines:preliminary
589 94 Largest and TwoLargest: user interface not right, you should ask for all the numbers at once
590 88 Largest&TwoLargest: Wrong UI and does not work for numbers smaller than -100000
591 67 TwoLargest: number>largest case not handled properly Cornerlines: empty
592 90 TwoLargest: cases handled are not the proper ones
593 87 CornerLines: preliminary, TwoLargest: does not work for 2nd largest
594 82 Largest: no main; TwoLargest: waits for 11th number. After fix: largest okay but wrong 2nd largest
595 62 CornerLines no compile; Largest: Wrong UI, wrong for <0; TwoLargest: wrong if largest=2ndlargest
596 97 TwoLargest doesn't work for 2nd largest some cases (first numbers not handled properly)
598 94 TwoLargest: number>largest not handled properly and initialized with largest number incorrectly
599 98 CornerLines: close to the figure but not the same