Oct 25, 2008 at 7:20pm UTC
I need to be able to enter in five numbers and drop the lowest one. What kind of equation should it look like?
Oct 25, 2008 at 7:21pm UTC
Use a for loop to loop through the numbers and check to see which number is the lowest using the < operator.
Oct 25, 2008 at 7:24pm UTC
Could you possibly expand a little bit on that?
Oct 25, 2008 at 8:05pm UTC
(Do your own homework)
At least attempt your assignment, if you get stumped on a part of the program, THEN you come and post here.
> KYS!
KYS = ?
Last edited on Oct 25, 2008 at 8:06pm UTC
Oct 25, 2008 at 8:25pm UTC
Well I didn't know one could use a for loop to find that. And seeing that I'm new to this I would argue it's a pretty valid question, thanks firedraco for the tip.