-- temperature conversion table -- celsius to farenheit c0=-20 while c0<50 do c1=c0+10 write("C ") c=c0 while c