T
Tim
I need to compare a student's score (that s/he got it after a test) with the
score requirement. The problem is the scores are either a "character" only,
i.e., "2"
OR combined a "character" AND the '+'/ '-' character, i.e., 2+.
For example, if the require score is 2+ and the student's score is 2 then
that student is not qualified. The datatype of scores is varchar. Can you
please help in programming how to compare these values? Thanks a lot in
advance. I appreciate it.
score requirement. The problem is the scores are either a "character" only,
i.e., "2"
OR combined a "character" AND the '+'/ '-' character, i.e., 2+.
For example, if the require score is 2+ and the student's score is 2 then
that student is not qualified. The datatype of scores is varchar. Can you
please help in programming how to compare these values? Thanks a lot in
advance. I appreciate it.