diff options
| author | austinsworld15 <[email protected]> | 2021-10-20 15:24:39 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-10-20 15:24:39 -0700 |
| commit | b88aed6fafb226a6f9c7b635054e73d832470619 (patch) | |
| tree | e0d5df39e1439f2c939ce7ba077123636352f5a9 /CST116F2021-Lab4/CST116F2021-Lab4.cpp | |
| parent | Add online IDE url (diff) | |
| download | cst116-lab4-austinsworld15-b88aed6fafb226a6f9c7b635054e73d832470619.tar.xz cst116-lab4-austinsworld15-b88aed6fafb226a6f9c7b635054e73d832470619.zip | |
Update CST116F2021-Lab4.cpp
Diffstat (limited to 'CST116F2021-Lab4/CST116F2021-Lab4.cpp')
| -rw-r--r-- | CST116F2021-Lab4/CST116F2021-Lab4.cpp | 63 |
1 files changed, 43 insertions, 20 deletions
diff --git a/CST116F2021-Lab4/CST116F2021-Lab4.cpp b/CST116F2021-Lab4/CST116F2021-Lab4.cpp index ff0073d..db9c695 100644 --- a/CST116F2021-Lab4/CST116F2021-Lab4.cpp +++ b/CST116F2021-Lab4/CST116F2021-Lab4.cpp @@ -1,20 +1,43 @@ -// CST116F2021-Lab4.cpp : This file contains the 'main' function. Program execution begins and ends there. -// - -#include <iostream> - -int main() -{ - std::cout << "Hello World!\n"; -} - -// Run program: Ctrl + F5 or Debug > Start Without Debugging menu -// Debug program: F5 or Debug > Start Debugging menu - -// Tips for Getting Started: -// 1. Use the Solution Explorer window to add/manage files -// 2. Use the Team Explorer window to connect to source control -// 3. Use the Output window to see build output and other messages -// 4. Use the Error List window to view errors -// 5. Go to Project > Add New Item to create new code files, or Project > Add Existing Item to add existing code files to the project -// 6. In the future, to open this project again, go to File > Open > Project and select the .sln file +CST116 +Module 4: Lab 4 + + 7a 6.8 pg 132-133 #1-9 + +1. 3 +2. -nan(ind) +3. 32 +4. .25 +5. 6 +6. 6 +7. 5 +8. 5 +9. 4 + + 9.3 pg 207 #1 + +1. + + + + 7b 9.4 pg 214 #1 + +1. + + + + 7c 9.5 pg 216 #2 + +2. + + + + 8a 9.13 pg 226-229 #1 + +1. + + + + 8b 9.14 pg 229 #1 + +1. + |