An open API service indexing awesome lists of open source software.

https://github.com/nicolascoiado/conversao-para-celsius-java

Faça um Programa que peça a temperatura em graus Fahrenheit, transforme e mostre a temperatura em graus Celsius. C = 5 * ((F-32) / 9).
https://github.com/nicolascoiado/conversao-para-celsius-java

Last synced: 7 months ago
JSON representation

Faça um Programa que peça a temperatura em graus Fahrenheit, transforme e mostre a temperatura em graus Celsius. C = 5 * ((F-32) / 9).

Awesome Lists containing this project

README

          

# Conversão para Celsius
Faça um Programa que peça a temperatura em graus Fahrenheit, transforme e mostre a temperatura em graus Celsius.
C = 5 * ((F-32) / 9).