Forum: C++ Apr 27th, 2007 |
| Replies: 31 Views: 9,589 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: 1 Views: 8,922 In a tutorial,
It would be very beneficial to put some simple examples.
Thanks. :D |
Forum: C++ Apr 7th, 2006 |
| Replies: 10 Views: 1,524 :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... |