Skip to content

Commit aa660c9

Browse files
Update README.md
1 parent e82c10f commit aa660c9

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

README.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,25 @@
22

33
## Objectives
44

5-
To gain a solid understanding of Operators, System Input/Output, Conditional Statements, and Relational and Boolean Operatos.
5+
To gain a solid understanding of Operators, System Input/Output, Conditional Statements, and Relational and Boolean Operators.
66

77
### Part 1
88

9-
1.
9+
1. Write a program to check if a number is positive or negative.
10+
11+
2.
1012

1113
### Part 2
1214

13-
1.
15+
1. Can two or more operators be combined in a single line of program code?
16+
17+
2. What are logical errors and how are they different from syntax errors?
18+
19+
3. What is the outcome of the following conditional statement if the value of variable x is 10?
20+
```
21+
x >= 10 && x < 25 && x != 12
22+
```
23+
24+
4.
25+
26+

0 commit comments

Comments
 (0)