https://github.com/mateuszcalderon/temperature-conversion
A code made with C++ that converts Celsius to other temperature units.
https://github.com/mateuszcalderon/temperature-conversion
cpp programming
Last synced: 9 months ago
JSON representation
A code made with C++ that converts Celsius to other temperature units.
- Host: GitHub
- URL: https://github.com/mateuszcalderon/temperature-conversion
- Owner: mateuszcalderon
- License: mit
- Created: 2024-04-29T12:48:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-30T14:18:24.000Z (over 1 year ago)
- Last Synced: 2025-02-08T03:34:26.063Z (11 months ago)
- Topics: cpp, programming
- Language: C++
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Here's a simple code that helps users convert Celsius to other temperature units. It is able to convert Celsius to:
* Fahrenheit;
* Kelvin;
* Newton.