Skip to content

Commit a8388be

Browse files
Update README.md
1 parent 67c706a commit a8388be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ x >= 10 && x < 25 && x != 12
3232
```
3333
0 < x < 15
3434
```
35-
5. Which of the following are valid? What is wrong with any that are invalid?
35+
36+
5. Which of the following are valid? What is wrong with any that are invalid?
3637
1. if (a > b) then c = 0;
3738
2. if a > b { c = 0; }
3839
3. if (a > b) c = 0;
@@ -42,4 +43,3 @@ x >= 10 && x < 25 && x != 12
4243
Please include your name and a description in a comment at the top of your code files. Please also include your name at the top of your assignment1.txt file.
4344
4445
All files must be submitted via GitHub by 10:00am 6/30.
45-

0 commit comments

Comments
 (0)