From c1c1f03745c45bb10d173183fe8792c8b91ce9a4 Mon Sep 17 00:00:00 2001 From: Tyler Taormina Date: Mon, 22 Nov 2021 11:23:04 -0800 Subject: Adding new files. --- lab8.txt | 71 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ num1.cpp | 0 num2.cpp | 0 num3.cpp | 0 4 files changed, 71 insertions(+) create mode 100644 lab8.txt create mode 100644 num1.cpp create mode 100644 num2.cpp create mode 100644 num3.cpp 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 diff --git a/num2.cpp b/num2.cpp new file mode 100644 index 0000000..e69de29 diff --git a/num3.cpp b/num3.cpp new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3