From 1c95e4d2cfb2cd7bf4a304a32f57b4402fb49dfa Mon Sep 17 00:00:00 2001 From: JacobAKnox <91796123+JacobAKnox@users.noreply.github.com> Date: Wed, 6 Oct 2021 19:56:29 -0700 Subject: delete old files --- 3a/4.1Exercises.txt | 2 +- 3a/4.3Exercies.txt | 2 +- 3a/6.1Exercies.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to '3a') diff --git a/3a/4.1Exercises.txt b/3a/4.1Exercises.txt index 38e9589..dc795b0 100644 --- a/3a/4.1Exercises.txt +++ b/3a/4.1Exercises.txt @@ -4,4 +4,4 @@ 4. "1234" String 5. '1' Character 6. A illegal -7. "Marcus' illegal \ No newline at end of file +7. "Marcus' illegal diff --git a/3a/4.3Exercies.txt b/3a/4.3Exercies.txt index a4f5979..e002437 100644 --- a/3a/4.3Exercies.txt +++ b/3a/4.3Exercies.txt @@ -13,4 +13,4 @@ e. char c = 1; f. int a, b, c, d, f; No error g. char x = "This is a test."; - '"This is a test."' is a string not a char \ No newline at end of file + '"This is a test."' is a string not a char diff --git a/3a/6.1Exercies.txt b/3a/6.1Exercies.txt index 2d754cd..7fe832c 100644 --- a/3a/6.1Exercies.txt +++ b/3a/6.1Exercies.txt @@ -5,4 +5,4 @@ 3. x = 5 * a + 4; valid statement 4. 0 = -15 * b; - invalid variable names cannot be numerical literals \ No newline at end of file + invalid variable names cannot be numerical literals -- cgit v1.2.3