Question: Write a C++ program called Lab1A that reads 2 integers and a boolean value - evenOnly (1/0) from a text file (Lab1A.txt). Print the values
Write a C++ program called Lab1A that reads 2 integers and a boolean value - evenOnly (1/0) from a text file (Lab1A.txt).
Print the values of the integers and evenOnly with labels. (Make sure you actually print true or false for evenOnly, not 1 or 0)
If evenOnly is true, print a true if both integers are even, and print a false otherwise.
However, if evenOnly is false, then print a true if one number is even and one is odd, otherwise print false.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
