diff options
| author | jacobdw22 <[email protected]> | 2022-11-05 16:31:08 -0700 |
|---|---|---|
| committer | jacobdw22 <[email protected]> | 2022-11-05 16:31:08 -0700 |
| commit | df5ea9520fcdef9c671397cedcdc4f0288e5001e (patch) | |
| tree | 74c997dec001e22a5f68ca6763c074003d47c07d | |
| parent | fixed wind chill equation (diff) | |
| download | cst116-lab2-jacobdw22-df5ea9520fcdef9c671397cedcdc4f0288e5001e.tar.xz cst116-lab2-jacobdw22-df5ea9520fcdef9c671397cedcdc4f0288e5001e.zip | |
Run Results file completed
| -rw-r--r-- | BlankConsoleLab/BlankConsoleLab.vcxproj | 3 | ||||
| -rw-r--r-- | BlankConsoleLab/BlankConsoleLab.vcxproj.filters | 3 | ||||
| -rw-r--r-- | LabResults.txt | 12 |
3 files changed, 17 insertions, 1 deletions
diff --git a/BlankConsoleLab/BlankConsoleLab.vcxproj b/BlankConsoleLab/BlankConsoleLab.vcxproj index b29c4ca..1ba1c15 100644 --- a/BlankConsoleLab/BlankConsoleLab.vcxproj +++ b/BlankConsoleLab/BlankConsoleLab.vcxproj @@ -141,6 +141,9 @@ <ItemGroup> <ClCompile Include="cst116-lab2-wilson.cpp" /> </ItemGroup> + <ItemGroup> + <Text Include="..\LabResults.txt" /> + </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> diff --git a/BlankConsoleLab/BlankConsoleLab.vcxproj.filters b/BlankConsoleLab/BlankConsoleLab.vcxproj.filters index 020a8c4..c659e59 100644 --- a/BlankConsoleLab/BlankConsoleLab.vcxproj.filters +++ b/BlankConsoleLab/BlankConsoleLab.vcxproj.filters @@ -19,4 +19,7 @@ <Filter>Source Files</Filter> </ClCompile> </ItemGroup> + <ItemGroup> + <Text Include="..\LabResults.txt" /> + </ItemGroup> </Project>
\ No newline at end of file diff --git a/LabResults.txt b/LabResults.txt index bfe34d2..25cdf19 100644 --- a/LabResults.txt +++ b/LabResults.txt @@ -1 +1,11 @@ -RunResults
\ No newline at end of file +-----RunResults----- + +Please enter a temperature between -62 and 49.5 degrees Celsius: 50 +Please enter a temperature between -62 and 49.5 degrees Celsius: 40 + 40 Degrees Celsius is approximately 104 Degrees Fahrenheit + +Please enter the wind speed between 0 and 231 mph: 300 +Please enter the wind speed between 0 and 231 mph: 200 + + The windspeed is 200 mph. + The wind chill is: 120.708
\ No newline at end of file |