Listing 8
if(count > 0){ cout << "Average = " << sum/count << endl; }//end if }//end doSomething function Listing 8