Design and implement the GuessingBirthDate game based on binary numbers discussed in the class. Develop a test plan and test your program.
Refer to the C++ Programming Learning Module-3.
Try to write your own programs to solve the problems given in the module.
Write a program to solve the problem assigned in the module and submit the reportvia D2L drop box on or beforethe due date.
The C++ programming project assignments must be completed and presented in report form in a timely fashion. Upload your reports to the D2L drop box. Neatness will be considered as a significant factor. An organized presentation is extremely important in producing a good report. It should be written with titles and subtitles to indicate each section. Tables, lists and programs should be appropriately and completely captioned.
#include
#include
using namespace std;
int main()
{
int answer1, answer2, answer3, answer4, answer5;
cout