Write a program to accept the temperature and display if it is boiling point or not? in basic 256
Answers
Answered by
0
Answer:
Take the integer temperature in Celsius as input and output "Boiling" if the temperature is above or equal to 100.
I hAve tried coding the Above. It first stArted like this:
temp= 110
if temp>= 100:
print("Boiling")
temp=99
if temp>=100:
print("Boiling"). # This prints the Output Boiling.
And I see A Green Tick MArk in the Output Section like #✔Test 1(which must meAn it is correct) . And then mArked ❌ in Test 2 with other result input = 99, expected output= No Output,but your Output is Boiling.
Explanation:
I am not sure, but it may help you
Mark as the brainliest pls..
Similar questions