for the line " isAtLeast()
compares if the first parameter is equal to or less than the second (a >= b)
."
(a >= b)
should be (a <= b)
for the line " isAtLeast()
compares if the first parameter is equal to or less than the second (a >= b)
."
(a >= b)
should be (a <= b)