diff options
| author | DoolyBoi <[email protected]> | 2022-11-11 01:27:09 -0800 |
|---|---|---|
| committer | DoolyBoi <[email protected]> | 2022-11-11 01:27:09 -0800 |
| commit | d5359eb6f6172d48fd4edb8d87a3dee93adebd12 (patch) | |
| tree | f94f078e001bde34057613c89265da6f2ec6d36b /BlankConsoleLab/CST116-Lab2-Output-Havaldar.txt | |
| parent | fixed problem with code not working with online compiliers (diff) | |
| parent | Add files via upload (diff) | |
| download | cst116-lab2-abd00l4h-master.tar.xz cst116-lab2-abd00l4h-master.zip | |
Diffstat (limited to 'BlankConsoleLab/CST116-Lab2-Output-Havaldar.txt')
| -rw-r--r-- | BlankConsoleLab/CST116-Lab2-Output-Havaldar.txt | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/BlankConsoleLab/CST116-Lab2-Output-Havaldar.txt b/BlankConsoleLab/CST116-Lab2-Output-Havaldar.txt new file mode 100644 index 0000000..b28bab9 --- /dev/null +++ b/BlankConsoleLab/CST116-Lab2-Output-Havaldar.txt @@ -0,0 +1,24 @@ +Do you want to enter in Fahrenheit (F) or Celsius (C)
+F
+What is the value of Fahrenheit?
+(Enter a value between -80 & 121)
+162
+What is the value of Fahrenheit?
+(Enter a value between -80 & 121)
+104
+What is the value of Wind Speed?
+(Enter a value between 0 & 231)
+5
+At 104 degrees Fahrenheit and at a wind speed of 5MPH, the windchill is 111.644.
+
+
+Do you want to enter in Fahrenheit (F) or Celsius (C)
+C
+What is the value of Celcius?
+(Enter a value between -62 & 49.5)
+5
+That is 41 degrees in Fahrenheit
+What is the value of Wind Speed?
+(Enter a value between 0 & 231)
+100
+At 41 degrees Fahrenheit and at a wind speed of 100MPH, the windchill is 23.1493.
\ No newline at end of file |