Browse Source

Update 'README.md'

Kristofer Younger 6 years ago
parent
commit
c57283b353
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      README.md

+ 3
- 3
README.md View File

4
 
4
 
5
 look for the Chapter reading you need in the doc folder.
5
 look for the Chapter reading you need in the doc folder.
6
 
6
 
7
-Exercise 2.16 To what class does the following constructor belong?
7
+* Exercise 2.16 To what class does the following constructor belong?
8
 `public Student(String name)`
8
 `public Student(String name)`
9
-Exercise 2.17 How many parameters does the following constructor have andwhat are their types?
9
+* Exercise 2.17 How many parameters does the following constructor have andwhat are their types?
10
 `public Book(String title, double price)`
10
 `public Book(String title, double price)`
11
-Exercise 2.18 Can you guess what types some of  the Bookclass’s fields mightbe? Can you assume anything about the names of its fields?
11
+* Exercise 2.18 Can you guess what types some of  the Bookclass’s fields mightbe? Can you assume anything about the names of its fields?