diff options
| author | CEOofOogaBooga <[email protected]> | 2022-11-08 20:54:02 -0800 |
|---|---|---|
| committer | CEOofOogaBooga <[email protected]> | 2022-11-08 20:54:02 -0800 |
| commit | a2c2a0138d89566d9f540e565e16f03f0d58e4d5 (patch) | |
| tree | a4c844830b66ca6dac75a0e3ac20346f980a505f | |
| parent | Finished 1.0 (diff) | |
| download | cst116-lab2--trinh--a2c2a0138d89566d9f540e565e16f03f0d58e4d5.tar.xz cst116-lab2--trinh--a2c2a0138d89566d9f540e565e16f03f0d58e4d5.zip | |
push 2
| -rw-r--r-- | BlankConsoleLab/BlankConsoleLab.vcxproj | 8 | ||||
| -rw-r--r-- | LabResults.txt | 13 | ||||
| -rw-r--r-- | Pseudocode.txt | 0 |
3 files changed, 16 insertions, 5 deletions
diff --git a/BlankConsoleLab/BlankConsoleLab.vcxproj b/BlankConsoleLab/BlankConsoleLab.vcxproj index db2e734..d2e3ee2 100644 --- a/BlankConsoleLab/BlankConsoleLab.vcxproj +++ b/BlankConsoleLab/BlankConsoleLab.vcxproj @@ -29,26 +29,26 @@ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseDebugLibraries>true</UseDebugLibraries> - <PlatformToolset>v142</PlatformToolset> + <PlatformToolset>v143</PlatformToolset> <CharacterSet>Unicode</CharacterSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseDebugLibraries>false</UseDebugLibraries> - <PlatformToolset>v142</PlatformToolset> + <PlatformToolset>v143</PlatformToolset> <WholeProgramOptimization>true</WholeProgramOptimization> <CharacterSet>Unicode</CharacterSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseDebugLibraries>true</UseDebugLibraries> - <PlatformToolset>v142</PlatformToolset> + <PlatformToolset>v143</PlatformToolset> <CharacterSet>Unicode</CharacterSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseDebugLibraries>false</UseDebugLibraries> - <PlatformToolset>v142</PlatformToolset> + <PlatformToolset>v143</PlatformToolset> <WholeProgramOptimization>true</WholeProgramOptimization> <CharacterSet>Unicode</CharacterSet> </PropertyGroup> diff --git a/LabResults.txt b/LabResults.txt index bfe34d2..edee791 100644 --- a/LabResults.txt +++ b/LabResults.txt @@ -1 +1,12 @@ -RunResults
\ No newline at end of file +Are you entering temperature in celsius? Say yes if yes, no or anything else if no: yes + +Input a celsius temperature that is greater than -62 but less than 49.5: 40 + +Input a wind speed in mph that is greater than 0 but less than 231: 120 + +Temperature: 40F +Wind speed: 120mph +Wind chill: 20.4812 + +C:\Users\furyf\OneDrive\Desktop\Homework\CST_Homework\CST116 Lab 2\x64\Debug\BlankConsoleLab.exe (process 33256) exited with code 0. +Press any key to close this window . . .
\ No newline at end of file diff --git a/Pseudocode.txt b/Pseudocode.txt new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/Pseudocode.txt |