Skip to content

Instantly share code, notes, and snippets.

#include <iostream>
#include <string>
#include <limits>
using namespace std;
class Book {
private:
string title;
string author;
int ISBN;