Procházet zdrojové kódy

Update 'README.md'

Kristofer Younger před 6 roky
rodič
revize
c57283b353
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. 3
    3
      README.md

+ 3
- 3
README.md Zobrazit soubor

@@ -4,8 +4,8 @@ the second Objects lab.
4 4
 
5 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 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 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?