Question: 4. Construct a logical expression to represent each of the following conditions: a. chris either 'B, or b' b. x is even but not 30
4. Construct a logical expression to represent each of the following conditions: a. chris either 'B, or b' b. x is even but not 30 c. y is in the range 3000-4500 or z is 5. d. x being a value between, but not including, 500 and 650, or y not equal to 1000. x being a value less than or equal to 500 or greater than 650, and y not equal to 1000. e. (20 points) 5. Write C++ statements that output Democrat if the party affiliation code (party_code) is 'D', Republican if the party affiliation code is R', and independent otherwise. (use switch control structure.) (21 points)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
