Giter Site home page Giter Site logo

agyeyamishra / temperature-converter Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 1.0 8 KB

A simple temperature converter program that converts temperature in Celsius to Fahrenheit and vice versa.

C++ 100.00%
temperature-converter cpp c-plus-plus celsius fahrenheit celsius-to-fahrenheit hacktoberfest hacktoberfest2022

temperature-converter's Introduction

Temperature Converter Application

It is a simple program made using C++, which helps a user to convert temperature in Celsius scale to Fahrenheit and Kelvin and vice-versa.


Documentation

What is Celsius scale?

Celsius, also called centigrade, scale based on 0° for the freezing point of water and 100° for the boiling point of water.

What is Fahrenheit scale?

Fahrenheit temperature scale, scale based on 32° for the freezing point of water and 212° for the boiling point of water, the interval between the two being divided into 180 equal parts.

What is Kelvin scale?

It is the base unit of temperature in the International System of Units that is defined by setting the fixed numerical value of the Boltzmann constant to be 1.380649 x 10–23 joules per kelvin and that is equal to 1/273.16 of the Kelvin scale temperature of the triple point of water.

Formulae for Conversion

1. Formula to Convert Temperature in Celsius to Temperature in Fahrenheit

$$ °F = °C \times \frac{9}{5} + 32 $$

2. Formula to Convert Temperature in Fahrenheit to Temperature in Celsius

$$ °C = (°F - 32) \times \frac{5}{9} $$

3. Formula to Convert Temperature in Celsius to Temperature in Kelvin

$$ K = °C + 273.15 $$

4. Formula to Convert Temperature in Kelvin to Temperature in Celsius

$$ °C = K - 273.15 $$

temperature-converter's People

Watchers

 avatar  avatar

Forkers

agyeyamishra27

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.