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/CST116F2021-Lab4.cpp | |
| 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/CST116F2021-Lab4.cpp')
| -rw-r--r-- | CST116F2021-Lab4/CST116F2021-Lab4.cpp | 19 |
1 files changed, 6 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 |