X979: Heating up in C++

Given a current temperature and the desired minimum temperature, keep increasing current by 0.5 degrees until it has either reached or exceeded the minimum temperature. The function should then return that current temperature.

Your Answer:

Feedback

Your feedback will appear here when you check your answer.