notes/education/software development/ECE1400/Chapter.md
2024-09-18 10:52:12 -06:00

6 lines
187 B
Markdown

> 2. The following program fragments illustrate the logical operators. Show the output produced by each, assuming that `i`, `j`, and `k` are `int` variables.
a. `i = 10; j = 5;`
```
```