https://github.com/adnksharp/c-p-temp-converter
Conversor de temperatura en C
https://github.com/adnksharp/c-p-temp-converter
c-language
Last synced: about 1 year ago
JSON representation
Conversor de temperatura en C
- Host: GitHub
- URL: https://github.com/adnksharp/c-p-temp-converter
- Owner: adnksharp
- Created: 2022-07-30T18:03:04.000Z (almost 4 years ago)
- Default Branch: base
- Last Pushed: 2022-07-30T18:03:12.000Z (almost 4 years ago)
- Last Synced: 2025-04-07T03:53:41.536Z (about 1 year ago)
- Topics: c-language
- Language: C
- Homepage:
- Size: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Temp Conversion in C
```
Conversor de temperatura
1. Celsius a Kelvin
2. Celsius a Fahrenheit
3. Kelvin a Celsius
4. Kelvin a Fahrenheit
5. Fahrenheit a Celsius
6. Fahrenheit a Kelvin
>. 6
Fahrenheit: 13
Kelvin: 262.594452
```
Conversor de temperatura en C usando funciones y switch case.