Quote:
Originally Posted by Bob
The description says to sum all *even* numbers from 121 to your number (a negative, even integer), so you've got it backwards.
|
He might not have it backwards - the description actually says both!
Quote:
|
Write a subroutine that requests the user to enter a negative even integer using an input box.
|
Quote:
|
This routine must Include error checking that validates the initial inputted number as negative, as odd, and as an integer.
|
Confusing to say the least.