12345
bool Book::isSame(book *b) { // add code here to decide if (barcode == b->barcode) // if they are the same, return true. Otherwise, return false }