diff --git a/education/software development/ECE1400/Chapter.md b/education/software development/ECE1400/Chapter.md new file mode 100644 index 0000000..1b32d4c --- /dev/null +++ b/education/software development/ECE1400/Chapter.md @@ -0,0 +1,6 @@ +> 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;` +``` + +``` \ No newline at end of file