Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- struct book{
- int number;
- string authorName;
- string bookName;
- string year;
- string publishing;
- int countOfPages;
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement