#include <iostream>
/*
* Function prototypes here....
*/
int main()
{
/*
* Statements, function invocations, and such here...
*/
return(0);
}
/*
* Function definitions heres...
*/
Fill in the gaps, address any errors, and then you're laughin'.
I think what the previous posters were trying to say was...
Grey Wolf wrote:
Programmers are good at spotting homework questions; most of us have done them ourselves. Those questions are for you to work out, so that you will learn from the experience. It is OK to ask for hints, but not for entire solutions.