From 4fb2194464b6b5c0f348d44ea00466a944298399 Mon Sep 17 00:00:00 2001 From: zleyyij <75810274+zleyyij@users.noreply.github.com> Date: Wed, 18 Sep 2024 10:52:12 -0600 Subject: [PATCH] vault backup: 2024-09-18 10:52:12 --- education/software development/ECE1400/Chapter.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 education/software development/ECE1400/Chapter.md 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