summaryrefslogtreecommitdiff
path: root/comp/work/20/sudocode
blob: 576cf3bded63333516604366e4c3a6feca657e88 (plain)
1
2
3
4
5
6
7
8
9
10
temp <- input

if temp < 10
	output "its cold"
else if temp < 18
	output "its cool"
else if temp < 25
	output "its warm"
else 
	output "it too hot"