diff options
| author | TheOtherTonyStark <[email protected]> | 2022-10-09 12:36:08 -0700 |
|---|---|---|
| committer | TheOtherTonyStark <[email protected]> | 2022-10-09 12:36:08 -0700 |
| commit | 3cf26ac8daf0b66d74964266aec502b0525a8506 (patch) | |
| tree | 79447de282a17eadb11416d9f8ebd3d905ad84dd | |
| parent | Third Change (diff) | |
| download | cst116-ch6-debugging-theothertonystark-3cf26ac8daf0b66d74964266aec502b0525a8506.tar.xz cst116-ch6-debugging-theothertonystark-3cf26ac8daf0b66d74964266aec502b0525a8506.zip | |
Fourth Change
| -rw-r--r-- | CST116-Ch6-Debugging/CST116-Ch6-DebuggingSolution.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CST116-Ch6-Debugging/CST116-Ch6-DebuggingSolution.txt b/CST116-Ch6-Debugging/CST116-Ch6-DebuggingSolution.txt new file mode 100644 index 0000000..ee7468d --- /dev/null +++ b/CST116-Ch6-Debugging/CST116-Ch6-DebuggingSolution.txt @@ -0,0 +1,5 @@ +Enter temperature in Fahrenheit: 212 +212 degrees F = 100 degrees C + +C:\Users\cccha\Source\Repos\cst116-ch6-debugging-TheOtherTonyStark\CST116-Ch6-Debugging\x64\Debug\CST116-Ch6-Debugging.exe (process 26488) exited with code 0. +To automatically close the console when debugging stops, enable Tools->Options->Debugging->Automatically close the console when debugging stops.
\ No newline at end of file |