diff options
| author | TheOtherTonyStark <[email protected]> | 2022-10-09 12:49:26 -0700 |
|---|---|---|
| committer | TheOtherTonyStark <[email protected]> | 2022-10-09 12:49:26 -0700 |
| commit | 35fe03a0eebda710e279db94fd7845c59136bd0d (patch) | |
| tree | 968b0e3fc30b261e39c9cf0158062b1720e77398 /CST116-Ch6-Debugging | |
| parent | Sixth Change (diff) | |
| download | cst116-ch6-debugging-theothertonystark-main.tar.xz cst116-ch6-debugging-theothertonystark-main.zip | |
Diffstat (limited to 'CST116-Ch6-Debugging')
| -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 |