Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if(selection == 'p' || selection == 'P')
- {
- for(int i = 0; i < countyNameVector.size(); i++)
- {
- cout << countyNameVector[i] << " " << countyNCount[i] << " " << countyFCount[i] << " " << countyOCount[i] << endl;
- }
- for(int i = 0; i < countyNCount.size(); i++)
- {
- int NTotal = NTotal + countyNCount[i];
- }
- cout << NTotal;
- }
Advertisement
Add Comment
Please, Sign In to add comment