diff options
| author | abd00l4h <[email protected]> | 2022-10-04 14:51:34 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-10-04 14:51:34 -0700 |
| commit | 8615587a6411f4c5a071b00d7099297dd9280d9d (patch) | |
| tree | 64f272773d52557f38b1ae0df1e8b09d8fec0c06 | |
| parent | fixed program to actually change farenheit to celcius (diff) | |
| download | cst116-ch6-debugging-abd00l4h-8615587a6411f4c5a071b00d7099297dd9280d9d.tar.xz cst116-ch6-debugging-abd00l4h-8615587a6411f4c5a071b00d7099297dd9280d9d.zip | |
Add files via upload
| -rw-r--r-- | CST116-Ch6-Debugging/CST116-Ch6-Output.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CST116-Ch6-Debugging/CST116-Ch6-Output.txt b/CST116-Ch6-Debugging/CST116-Ch6-Output.txt new file mode 100644 index 0000000..dd4ac2f --- /dev/null +++ b/CST116-Ch6-Debugging/CST116-Ch6-Output.txt @@ -0,0 +1,2 @@ +Enter temperature in Fahrenheit: 212
+212 degrees F = 100 degrees C
\ No newline at end of file |