Question: Write a program called Lab6A that reads enter 2 integers and a boolean value - evenOnly (1/0) from a text file (Lab6A.txt). Print the values

  1. Write a program called Lab6A that reads enter 2 integers and a boolean value - evenOnly (1/0) from a text file (Lab6A.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.

NOTE: I WANT THE CODE IN C++ PLEASE PLEASE PLEASE!

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!