diff options
| author | JacobAKnox <[email protected]> | 2021-10-06 19:50:26 -0700 |
|---|---|---|
| committer | JacobAKnox <[email protected]> | 2021-10-06 19:50:26 -0700 |
| commit | 1f7c898ea3a75ecef08c81ca7bb66703b43db53c (patch) | |
| tree | bd4a1487f1621ce34d49d8f08d06e182cd2aab99 /4.1Exercises.txt | |
| parent | 3b psudocode (diff) | |
| download | archived-cst116-lab2-jacobaknox-1f7c898ea3a75ecef08c81ca7bb66703b43db53c.tar.xz archived-cst116-lab2-jacobaknox-1f7c898ea3a75ecef08c81ca7bb66703b43db53c.zip | |
psudocode corrections
Diffstat (limited to '4.1Exercises.txt')
| -rw-r--r-- | 4.1Exercises.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/4.1Exercises.txt b/4.1Exercises.txt new file mode 100644 index 0000000..dc795b0 --- /dev/null +++ b/4.1Exercises.txt @@ -0,0 +1,7 @@ +1. -12.34 numeric +2. 'Hello' illegal +3. "F" String +4. "1234" String +5. '1' Character +6. A illegal +7. "Marcus' illegal |