Forum: C++ Nov 13th, 2006 |
| Replies: 9 Views: 2,975 Hey! that works! I had something very similar to that at one time, but I had temp2 != -99.... I turned your code into this and it failed. Turned it back and it worked... that one little ! symbol.... |
Forum: C++ Nov 13th, 2006 |
| Replies: 9 Views: 2,975 Okay.... i tried this, but now i get a value of whatever the last number entered was. So, if my input is 1, 4, 8, -99... it ignores the -99, which is what I want, but it says the smallest number... |
Forum: C++ Nov 12th, 2006 |
| Replies: 9 Views: 2,975 So I have been plugging away at this program. I had to create a menu and have 3 sections. Section A asked for a limit, then the user enters that many numbers and it tells them which number was the... |