https://github.com/dibenso/nj_census
Calculates population of NJ using linear interpolation
https://github.com/dibenso/nj_census
Last synced: about 2 months ago
JSON representation
Calculates population of NJ using linear interpolation
- Host: GitHub
- URL: https://github.com/dibenso/nj_census
- Owner: dibenso
- Created: 2020-04-03T23:57:17.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-04T02:06:46.000Z (about 5 years ago)
- Last Synced: 2025-01-30T16:43:17.135Z (4 months ago)
- Language: C
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NJ Census
* This program reads census data from a file.
* The user enters a year between 1790 and 2010.
* Then, the program finds the population of New Jersey for the year entered by the user using linear interpolation.