Skip to content

Instantly share code, notes, and snippets.

View igorLisovitskiy's full-sized avatar

Igor Lisovitskiy igorLisovitskiy

View GitHub Profile
package com.lisovitskiy.hw5;
public class Book {
private int id;
private static int numberOfBooks = 0;
private String name;
String[] autors;
private String publishingHouse;
private int publishingYear;
private int numberOfPages;