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

187 B

  1. 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;