Write a conditional that assigns true to the variable fever if the variable temperature is greater than 98.6.
.
.
Click on the title for the solution
.
.
.
Click on the title for the solution
.
.
This is the answer:
:
if (temperature>98.6) fever=true;
Comments
Post a Comment