teknique

Untitled

Oct 28th, 2012
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. if(selection == 'p' || selection == 'P')
  2. {
  3. for(int i = 0; i < countyNameVector.size(); i++)
  4. {
  5. cout << countyNameVector[i] << " " << countyNCount[i] << " " << countyFCount[i] << " " << countyOCount[i] << endl;
  6. }
  7. for(int i = 0; i < countyNCount.size(); i++)
  8. {
  9. int NTotal = NTotal + countyNCount[i];
  10. }
  11. cout << NTotal;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment