diff options
| author | Musa Ahmed <[email protected]> | 2022-11-09 20:30:03 -0800 |
|---|---|---|
| committer | Musa Ahmed <[email protected]> | 2022-11-09 20:30:03 -0800 |
| commit | 1634e71928c8eab6e1f040a9d7ed1386d6a90548 (patch) | |
| tree | c7fd73123c0f098c0dfc5bf29b345160870b6394 | |
| parent | Fixed an error in windchill function and redid comment (diff) | |
| download | cst116-lab2-m005a-1634e71928c8eab6e1f040a9d7ed1386d6a90548.tar.xz cst116-lab2-m005a-1634e71928c8eab6e1f040a9d7ed1386d6a90548.zip | |
added an output file following the example
| -rw-r--r-- | BlankConsoleLab/output.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/BlankConsoleLab/output.txt b/BlankConsoleLab/output.txt new file mode 100644 index 0000000..420bfdb --- /dev/null +++ b/BlankConsoleLab/output.txt @@ -0,0 +1,13 @@ +Do you want to enter in Fahrenheit (F) or (C) +C +Enter a temperature in Celsius between -62 and 49.5: +-63 +Enter a temperature in Celsius between -62 and 49.5: +0 +You entered 0 degrees celsius, or 32 degrees fahrenheit +Enter a speed between 0 and 231: +90 +For 0.000000 celsius and 90.000000 mph wind, the windchill is: 10.288040 +C:\Users\macho\Source\Repos\cst116-lab2-M005A\x64\Debug\BlankConsoleLab.exe (process 19656) exited with code 0. +To automatically close the console when debugging stops, enable Tools->Options->Debugging->Automatically close the console when debugging stops. +Press any key to close this window . . . |