C++ Create a Temperature class that internally stores a temperature in degrees Kelvin.  However, create functions named setTempKelvin, setTempFahrenheit, and setTempCelsius that takes an input temperature in the specified temperature scale, converts the temperature to Kelvin, and stores that temperature in the class member variable.  Also create functions that return the stored temperature in degrees Kelvin, Fahrenheit, or Celsius.  Write a main function to test your class.  Use the equations below to convert between the three temperature scales. Kelvin = Celsius + 273.15 Celsius = (5/9) X (Fahrenheit - 32)

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter12: Adding Functionality To Your Classes
Section12.2: Providing Class Conversion Capabilities
Problem 6E
icon
Related questions
Question

C++

Create a Temperature class that internally stores a temperature in degrees Kelvin.  However, create functions named setTempKelvin, setTempFahrenheit, and setTempCelsius that takes an input temperature in the specified temperature scale, converts the temperature to Kelvin, and stores that temperature in the class member variable.  Also create functions that return the stored temperature in degrees Kelvin, Fahrenheit, or Celsius.  Write a main function to test your class.  Use the equations below to convert between the three temperature scales.

Kelvin = Celsius + 273.15
Celsius = (5/9) X (Fahrenheit - 32)

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 5 steps with 3 images

Blurred answer
Knowledge Booster
Variables
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr