Ok i im writing code that uses three funcrions and they are
int getNumAccidents();
void findLowest();
void findHighest():
This proram function is this determines which of 5 geographic regions within a major city (north, south, east, west, and central) had the fewest and highest reported accidents last year.
Could some one plz help me