diff options
| author | Joseph Williams <[email protected]> | 2022-10-05 16:47:53 -0700 |
|---|---|---|
| committer | Joseph Williams <[email protected]> | 2022-10-05 16:47:53 -0700 |
| commit | fb730579b658b02474d622bfa3fcb31e31528c4a (patch) | |
| tree | c5b324b850588daad3522f5a790c561d8e480d6b | |
| parent | added run file (diff) | |
| download | cst116-ch7-debugging-allthenamesaretaken3141-main.tar.xz cst116-ch7-debugging-allthenamesaretaken3141-main.zip | |
| -rw-r--r-- | CST116-Ch7-Debugging/.vs/CST116-Ch7-Debugging/FileContentIndex/18baf636-7ce5-4c2b-8740-31d918fd404f.vsidx | bin | 11925 -> 0 bytes | |||
| -rw-r--r-- | CST116-Ch7-Debugging/.vs/CST116-Ch7-Debugging/FileContentIndex/62d4eb93-74c7-4a40-a19b-694a62a5a914.vsidx | bin | 0 -> 12079 bytes | |||
| -rw-r--r-- | CST116-Ch7-Debugging/.vs/CST116-Ch7-Debugging/FileContentIndex/8c36376c-381e-4985-9b6f-2ddaac554be6.vsidx | bin | 266 -> 0 bytes | |||
| -rw-r--r-- | CST116-Ch7-Debugging/.vs/CST116-Ch7-Debugging/FileContentIndex/9ec83122-3216-4f85-a5ca-f1455a191475.vsidx | bin | 0 -> 1507 bytes | |||
| -rw-r--r-- | CST116-Ch7-Debugging/.vs/CST116-Ch7-Debugging/v17/Browse.VC.db | bin | 16416768 -> 16416768 bytes | |||
| -rw-r--r-- | CST116-Ch7-Debugging/CST116-Ch7-Debugging-Williams-PSEUDOCODE.txt | 7 | ||||
| -rw-r--r-- | CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj | 1 | ||||
| -rw-r--r-- | CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj.filters | 3 |
8 files changed, 11 insertions, 0 deletions
diff --git a/CST116-Ch7-Debugging/.vs/CST116-Ch7-Debugging/FileContentIndex/18baf636-7ce5-4c2b-8740-31d918fd404f.vsidx b/CST116-Ch7-Debugging/.vs/CST116-Ch7-Debugging/FileContentIndex/18baf636-7ce5-4c2b-8740-31d918fd404f.vsidx Binary files differdeleted file mode 100644 index 8f240fc..0000000 --- a/CST116-Ch7-Debugging/.vs/CST116-Ch7-Debugging/FileContentIndex/18baf636-7ce5-4c2b-8740-31d918fd404f.vsidx +++ /dev/null diff --git a/CST116-Ch7-Debugging/.vs/CST116-Ch7-Debugging/FileContentIndex/62d4eb93-74c7-4a40-a19b-694a62a5a914.vsidx b/CST116-Ch7-Debugging/.vs/CST116-Ch7-Debugging/FileContentIndex/62d4eb93-74c7-4a40-a19b-694a62a5a914.vsidx Binary files differnew file mode 100644 index 0000000..3468836 --- /dev/null +++ b/CST116-Ch7-Debugging/.vs/CST116-Ch7-Debugging/FileContentIndex/62d4eb93-74c7-4a40-a19b-694a62a5a914.vsidx diff --git a/CST116-Ch7-Debugging/.vs/CST116-Ch7-Debugging/FileContentIndex/8c36376c-381e-4985-9b6f-2ddaac554be6.vsidx b/CST116-Ch7-Debugging/.vs/CST116-Ch7-Debugging/FileContentIndex/8c36376c-381e-4985-9b6f-2ddaac554be6.vsidx Binary files differdeleted file mode 100644 index d400593..0000000 --- a/CST116-Ch7-Debugging/.vs/CST116-Ch7-Debugging/FileContentIndex/8c36376c-381e-4985-9b6f-2ddaac554be6.vsidx +++ /dev/null diff --git a/CST116-Ch7-Debugging/.vs/CST116-Ch7-Debugging/FileContentIndex/9ec83122-3216-4f85-a5ca-f1455a191475.vsidx b/CST116-Ch7-Debugging/.vs/CST116-Ch7-Debugging/FileContentIndex/9ec83122-3216-4f85-a5ca-f1455a191475.vsidx Binary files differnew file mode 100644 index 0000000..74c9c46 --- /dev/null +++ b/CST116-Ch7-Debugging/.vs/CST116-Ch7-Debugging/FileContentIndex/9ec83122-3216-4f85-a5ca-f1455a191475.vsidx diff --git a/CST116-Ch7-Debugging/.vs/CST116-Ch7-Debugging/v17/Browse.VC.db b/CST116-Ch7-Debugging/.vs/CST116-Ch7-Debugging/v17/Browse.VC.db Binary files differindex 4e623ac..377159b 100644 --- a/CST116-Ch7-Debugging/.vs/CST116-Ch7-Debugging/v17/Browse.VC.db +++ b/CST116-Ch7-Debugging/.vs/CST116-Ch7-Debugging/v17/Browse.VC.db diff --git a/CST116-Ch7-Debugging/CST116-Ch7-Debugging-Williams-PSEUDOCODE.txt b/CST116-Ch7-Debugging/CST116-Ch7-Debugging-Williams-PSEUDOCODE.txt new file mode 100644 index 0000000..5a1816d --- /dev/null +++ b/CST116-Ch7-Debugging/CST116-Ch7-Debugging-Williams-PSEUDOCODE.txt @@ -0,0 +1,7 @@ +DISPLAY "Enter your age:" +SET age = INPUT +IF age is 1, DISPLAY "First Birthday" and stop +IF age is less than 12, DISPLAY "Child" and stop +IF age is between 12 and 19, DISPLAY "Teenager" and stop +IF age is more than 62, DISPLAY "Senior" +DISPLAY "Adult" and stop
\ No newline at end of file diff --git a/CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj b/CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj index aadabbf..be615e8 100644 --- a/CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj +++ b/CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj @@ -130,6 +130,7 @@ <ClCompile Include="CST116-Ch7-Debugging-Williams.cpp" />
</ItemGroup>
<ItemGroup>
+ <Text Include="CST116-Ch7-Debugging-Williams-PSEUDOCODE.txt" />
<Text Include="CST116-Ch7-Debugging-Williams-RUN.txt" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
diff --git a/CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj.filters b/CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj.filters index b01a9d8..1f9803f 100644 --- a/CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj.filters +++ b/CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj.filters @@ -23,5 +23,8 @@ <Text Include="CST116-Ch7-Debugging-Williams-RUN.txt">
<Filter>Source Files</Filter>
</Text>
+ <Text Include="CST116-Ch7-Debugging-Williams-PSEUDOCODE.txt">
+ <Filter>Source Files</Filter>
+ </Text>
</ItemGroup>
</Project>
\ No newline at end of file |