Question: Write a C++ program to declare local variables of a = 5 and b = 10 as an integer data type. Perform logical operations
Write a C++ program to declare local variables of a = 5 and b = 10 as an integer data type. Perform logical operations for each AND, OR, and NOT cases. For each of this case, demonstrate one output of true (one or non-zero) and one output of false (zero). Show your program and the output screen.
Step by Step Solution
There are 3 Steps involved in it
Here is a sample C program that declares local variables a and b as integers performs logical ope... View full answer
Get step-by-step solutions from verified subject matter experts
