Skip to content
Snippets Groups Projects
Commit 556f2102 authored by tmnaqeesha's avatar tmnaqeesha
Browse files

fix: Modify code for class Book

parent 164b824e
Branches
Tags
1 merge request!5Merge code for Iteration 2 with main
......@@ -8,7 +8,6 @@ public class Book {
//Declaration of private class variables
private String title, kind, author, comment;
private int nbPages;
private float mark;
/**
* Initialization of private variables with constructor
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment