aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch6-Debugging/CST116 Ch6 pseudo code.txt
blob: a07ef72b5ea74518941daee36b7f24bdce87017a (plain) (blame)
1
2
3
4
5
6
7
8
Under main
create and set fahrenheit to 0
create and set celcius to 0
output "enter temperature in fahrenheit"
input fahrenheit
set celcius ro 5.0/9.0*(fahrenheit-32)
output fahrenheit to "degrees F="
output celcius to "degrees C"