aboutsummaryrefslogtreecommitdiff
path: root/CST116-CH6-Lopez-Bonilla-Pseudo-Code.txt
blob: 267690841eb86f1e514833dfdcee6a36fa1665f4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
Pseudo code for CH 6

Program begins

Fahrenheit and celcius variables are indtroduced

User input temperature in fahrenheit

Conversion to celcius is done. Celcius = 5.0/9.0 * (fahreheit - 32)

User is informed of the result.