Forum: C++ Aug 30th, 2008 |
| Replies: 5 Views: 1,894 In both your 'for' loops your condition needs 'a' to be smaller than 'b', so before your 'for' loop but after your call for user input 'cin', you need a condition which checks the values entered, and... |