이 글은 전에 썻던 While Function을 읽은 사람이 읽는다고 생각하고, While Function에 설명했던 변수지정, Include, printf, ... 를 설명 하지 않겠습니다. 자세한 내용을 알고싶으면 여기를 클릭해주세요. ---------------------------------------------------------------------------------=> 이것은 저번에 다루웠던 while을 이용하여 만들었던 온도변환기 소스입니다. #include main ( ) { int fahr, celsius; int lower, upper, step; lower = 0; upper = 300; step = 30; fahr = lower; while (fahr