Question: Write a C++ program that converts degrees Kelvin (K) to degrees Rankin (R). The main function asks the user to input the degree in Kelvin
Write a C++ program that converts degrees Kelvin (K) to degrees Rankin (R). The main function asks the user to input the degree in Kelvin . Then the main function calls another function to convert the degree to Rankin . Finally, the main function displays the result.
Recall R = K * 9.0/5
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
