diff options
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 |