For what values, will this code fragment print “water”?
if temp < 32:
print (“ice”)
elif temp < 212:
print (“water”)
else:
print (“steam”)
Answers
Answered by
4
Answer:
33-210
Explanation:
CLS
INPUT "Enter two number"; a, b
IF a > b THEN
PRINT a; "is greatest number"
PRINT b; "is lowest number"
ELSE
PRINT b; "is greatest number"
PRINT a; "is lowest number"
END IF
END
Similar questions
Science,
2 months ago
Accountancy,
2 months ago
English,
2 months ago
Math,
5 months ago
Chemistry,
5 months ago
Social Sciences,
11 months ago
Math,
11 months ago
Science,
11 months ago