Chalarangelo / 30-seconds-of-code

Short code snippets for all your development needs

Home Page:https://30secondsofcode.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Celcius to Farenheit converter

komputarist opened this issue · comments

This snippets accepts a temperature in Celcius and converts it to Farenheit using the formular
fahrenheit = (celsius * 1.8) + 32.