0
/ 1.0
Write a program that prompts the user:
"How many degrees is it inside today? "
and then starting at that number entered, displays the...
Score: 0 / 2.0
Write a program that prompts the user:
"How many degrees is it inside today? "
and then starting at that number entered, displays the...
Given a current
temperature and the desired minimum
temperature, keep increasing current
by 0.5
degrees until it has either reached or...