Assignment 5: Due 5/3/04 Grading rubric COMPILATION: Any program that does not compile properly will have points deducted as follows: -3 points for failing with all flags: -W -Werror -Wall -pedantic -5 points for failing with these flags: -W -Wall -pedantic -10 points (0 on assignment) if it doesn't compile at all, i.e. with no flags Total points: 10 + 1(extra credit) 4 constructors : 3 points void input(...) : 1 pt void output(...) : 1 pt bool isEqual(...) : 1 pt bool isLessThan : 1 pt boll isGreaterThan : 1 pt driver : 2 pts sorting : Bonus 1 pt