for a program that tries to dtermine how many votes are in each congressional district. the program reads records that each contain a name., a Social Security number(nine digits, no non-numeric characters), and a district number from 1 to 7.the records should be read until the end of the file. Once all of the records ahve been counted, teh program should generate a report listing all 7 district numbers with their respective voter counts
sample output:
VOTER COUNT REPORT
District Voters
1 123890
2 198765
3 165483
.......
7 144912
END OF REPORT