Forum: C++ Apr 27th, 2007 |
| Replies: 31 Views: 9,668 The problem is that you are not getting the value of small as evaluated from the function findLowest().
So, better try this thing...
void calcAverage (int average, int score1, int score2, int... |
Forum: C++ Apr 7th, 2006 |
| Replies: 10 Views: 1,529 :confused:
Cann't understand ur question & the code u hav given.
U r asking for a 'C' program, but i think cin & cout are used in C++
:confused:
Moreover...
U are using char month[13] to... |