diff options
| author | JacobAKnox <[email protected]> | 2021-10-06 19:56:29 -0700 |
|---|---|---|
| committer | JacobAKnox <[email protected]> | 2021-10-06 19:56:29 -0700 |
| commit | 1c95e4d2cfb2cd7bf4a304a32f57b4402fb49dfa (patch) | |
| tree | d057bb303b970bf0b1433754ac2904db5536a655 /6.1Exercies.txt | |
| parent | psudocode corrections (diff) | |
| download | archived-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.txt | 8 |
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 |