diff options
| author | WiserJ <[email protected]> | 2021-10-20 14:36:18 -0700 |
|---|---|---|
| committer | WiserJ <[email protected]> | 2021-10-20 14:36:18 -0700 |
| commit | 02be96447b0afa020e2e2b70aee6fac84fd86958 (patch) | |
| tree | d7c08efafaf9480af289c2b720d5f275136842e3 /CST116F2021-Lab4 | |
| parent | Add online IDE url (diff) | |
| download | cst116-lab4-jeffwoit-02be96447b0afa020e2e2b70aee6fac84fd86958.tar.xz cst116-lab4-jeffwoit-02be96447b0afa020e2e2b70aee6fac84fd86958.zip | |
p.132-133
Diffstat (limited to 'CST116F2021-Lab4')
| -rw-r--r-- | CST116F2021-Lab4/CST116F2021-Lab4.cpp | 19 | ||||
| -rw-r--r-- | CST116F2021-Lab4/TextFile1.txt | 11 |
2 files changed, 17 insertions, 13 deletions
diff --git a/CST116F2021-Lab4/CST116F2021-Lab4.cpp b/CST116F2021-Lab4/CST116F2021-Lab4.cpp index ff0073d..64adfb2 100644 --- a/CST116F2021-Lab4/CST116F2021-Lab4.cpp +++ b/CST116F2021-Lab4/CST116F2021-Lab4.cpp @@ -3,18 +3,11 @@ #include <iostream> -int main() -{ - std::cout << "Hello World!\n"; -} +using namespace std; -// Run program: Ctrl + F5 or Debug > Start Without Debugging menu -// Debug program: F5 or Debug > Start Debugging menu +int average() -// 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 +int main() +{ + +}
\ No newline at end of file diff --git a/CST116F2021-Lab4/TextFile1.txt b/CST116F2021-Lab4/TextFile1.txt new file mode 100644 index 0000000..bd8bbdf --- /dev/null +++ b/CST116F2021-Lab4/TextFile1.txt @@ -0,0 +1,11 @@ +p.132-133 +1. 3 +2. -nan(ind) +3. 32 +4. 0.25 +5. 6 +6. 6 +7. 5 +8. 5 +9. 4 + |