diff options
Diffstat (limited to 'CST116-Ch6-Debugging/CST116-Ch6-Debugging-Psuedocode.txt')
| -rw-r--r-- | CST116-Ch6-Debugging/CST116-Ch6-Debugging-Psuedocode.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CST116-Ch6-Debugging/CST116-Ch6-Debugging-Psuedocode.txt b/CST116-Ch6-Debugging/CST116-Ch6-Debugging-Psuedocode.txt index e69de29..c7549bc 100644 --- a/CST116-Ch6-Debugging/CST116-Ch6-Debugging-Psuedocode.txt +++ b/CST116-Ch6-Debugging/CST116-Ch6-Debugging-Psuedocode.txt @@ -0,0 +1,5 @@ +Set "Fahrenheit" to 0 +Set "Celcius" to 0 +Enter value for Fahrenheit +Use formula for conversion from Fahrenheit to celcius +Run program
\ No newline at end of file |