I have to write a C++ program that will ask the user to enter option c to \"chec
ID: 3757943 • Letter: I
Question
I have to write a C++ program that will ask the user to enter option c to "check out book" or d to "check in book" when c is enter, the program will ask the user to enter the book's author's name, last name, and book's title. It will then set the checkout date, due date for two weeks, and stores to the binary file. when d is entered, it reads in information about the book and search it from the binary file. if the book it's not found, a message will print out. If it is found, the current date is compared with the due date and the book will be removed from the array.