aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch6-Debugging/CST116-Ch6-debugging-wilson-pseudo-code.txt
blob: 9b8b805562c8039dc44dad78881b35060e66a489 (plain) (blame)
1
2
3
4
Display "Enter temperature in Fahrenheit:"
Read fahrenheit
celcius = 5.0 / 9.0 * (fahrenheit - 32)
Display fahrenheit "degrees F = " celsius "degrees C"