Book

Report a typo

Write a class named Book. It must have three fields: a string field title, an int field yearOfPublishing, an array of strings authors and a constructor to initialize these fields. The order of parameters in the constructor must be the same as presented above.

Write a program in Java 17
// write your class here
___

Create a free account to access the full topic