Fall 2017 Lecture 06
- Date
- September 1, 2017
- Topics
- HW #2
- Data Types: char, int, float
- Operators
- Truth Tables
- Control Structure: if statements
- References
- Operators
- if statements
- Reading
- Chapter 3
- Exercises
- Create a C program that will print to the screen the Logical && and Logical || truth tables. Do not hard code
the 0/1 values, instead create variables a and b. Print each combination by assigning the appropriate values to
your variables and printing them to the screen.
<<<< Prev
Next >>>>