https://github.com/heyfoz/cpp-wind-chill-index-table
This Wind Chill Index program (C++) uses the formula for the wind chill index model implemented by the National Weather Service to create a table as console output. The table displays wind chill values for temperatures from -5 to 50 degrees Fahrenheit for wind speeds from 5 to 45 miles per hour.
https://github.com/heyfoz/cpp-wind-chill-index-table
calculations cpp fahrenheit index windchill
Last synced: 17 days ago
JSON representation
This Wind Chill Index program (C++) uses the formula for the wind chill index model implemented by the National Weather Service to create a table as console output. The table displays wind chill values for temperatures from -5 to 50 degrees Fahrenheit for wind speeds from 5 to 45 miles per hour.
- Host: GitHub
- URL: https://github.com/heyfoz/cpp-wind-chill-index-table
- Owner: heyfoz
- License: mit
- Created: 2022-09-24T23:39:37.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-28T22:48:26.000Z (over 3 years ago)
- Last Synced: 2025-03-25T04:49:36.568Z (over 1 year ago)
- Topics: calculations, cpp, fahrenheit, index, windchill
- Language: C++
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cpp_wind_chill_index_table
This Wind Chill Index program (C++) uses the formula for the wind chill index model implemented by the National Weather Service to create a table as console output. The table displays wind chill values for temperatures from -5 to 50 degrees Fahrenheit for wind speeds from 5 to 45 miles per hour.
Link to .cpp file: Wind Chill Index C++ Program
Copyright (c) 2022 ffm5113