diff options
| author | Tyler Taormina <[email protected]> | 2021-11-22 11:23:04 -0800 |
|---|---|---|
| committer | Tyler Taormina <[email protected]> | 2021-11-22 11:23:04 -0800 |
| commit | c1c1f03745c45bb10d173183fe8792c8b91ce9a4 (patch) | |
| tree | 9d99355beb86dfedc73887b20e67f1cd5c4570f0 | |
| parent | Add online IDE url (diff) | |
| download | cst115-lab8-till-t-c1c1f03745c45bb10d173183fe8792c8b91ce9a4.tar.xz cst115-lab8-till-t-c1c1f03745c45bb10d173183fe8792c8b91ce9a4.zip | |
Adding new files.
| -rw-r--r-- | lab8.txt | 71 | ||||
| -rw-r--r-- | num1.cpp | 0 | ||||
| -rw-r--r-- | num2.cpp | 0 | ||||
| -rw-r--r-- | num3.cpp | 0 |
4 files changed, 71 insertions, 0 deletions
diff --git a/lab8.txt b/lab8.txt new file mode 100644 index 0000000..4e14e2f --- /dev/null +++ b/lab8.txt @@ -0,0 +1,71 @@ +//Tyler Taormina +//Lab 8 Text file +// CST 116 + +CST116 + +Module 8: Lab 8 +================================================================================================ +13a + +11.7 Exercises + +p 317 + +4 pts #5-6 + +Submit: Statements for 5, Judgements for 6 + + +================================================================================================ +13b + +11.9 Learn by Doing Exercises + +p 323 + +10 pts #1: write a full program to call the function + +Submit: code & run + +CODE: + +RUN: + +================================================================================================ +13c + +11.13 Debugging Exercises + +pp 333-336 + +10 pts + +Submit: code & runs + +CODE: + +RUN: + + +================================================================================================ +11.14 Programming Exercises + +pp. 336-337 + +10 pts #1 + +Submit: code & run + +34 pts + +CODE: + + +RUN: + + + + + + diff --git a/num1.cpp b/num1.cpp new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/num1.cpp diff --git a/num2.cpp b/num2.cpp new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/num2.cpp diff --git a/num3.cpp b/num3.cpp new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/num3.cpp |