aboutsummaryrefslogtreecommitdiff
path: root/6.1Exercies.txt
diff options
context:
space:
mode:
authorJacobAKnox <[email protected]>2021-10-06 19:56:29 -0700
committerJacobAKnox <[email protected]>2021-10-06 19:56:29 -0700
commit1c95e4d2cfb2cd7bf4a304a32f57b4402fb49dfa (patch)
treed057bb303b970bf0b1433754ac2904db5536a655 /6.1Exercies.txt
parentpsudocode corrections (diff)
downloadarchived-cst116-lab2-jacobaknox-1c95e4d2cfb2cd7bf4a304a32f57b4402fb49dfa.tar.xz
archived-cst116-lab2-jacobaknox-1c95e4d2cfb2cd7bf4a304a32f57b4402fb49dfa.zip
delete old files
Diffstat (limited to '6.1Exercies.txt')
-rw-r--r--6.1Exercies.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/6.1Exercies.txt b/6.1Exercies.txt
deleted file mode 100644
index 7fe832c..0000000
--- a/6.1Exercies.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-1. y = 5x + 1;
- valid statement
-2. x^2 + 2x + 1 = 0;
- invalid assignment can only be done on a lone variable to the left of an =
-3. x = 5 * a + 4;
- valid statement
-4. 0 = -15 * b;
- invalid variable names cannot be numerical literals