Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 288 Bytes

File metadata and controls

13 lines (11 loc) · 288 Bytes

TemperatureConversion

Conversion of temperature in 4 common degrees :

  • Celcius
  • Fahrenheit
  • Kelvin
  • Rankine
  • Réaumur

The class consists of 6 public methods : 1 for each type of degree and 1 general.

#Temperature an enum class for static int values of the five types of degrees.