소스 검색

README.me

Ian 9 년 전
부모
커밋
7aee0e277c
1개의 변경된 파일7개의 추가작업 그리고 7개의 파일을 삭제
  1. 7
    7
      README.md

+ 7
- 7
README.md 파일 보기

@@ -30,13 +30,13 @@ The program lets the user add or remove stats. You will need to implement a syst
30 30
 
31 31
 1. In `BPlayer.cpp`, add input validation in:
32 32
 
33
-	* void remPoints()
34
-	* void remReb()
35
-	* void remAst()
36
-	* void remStl()
37
-	* void remBlock()
38
-	* void remFoul()
39
-	* void remTurnover()
33
+	* `void remPoints()`
34
+	* `void remReb()`
35
+	* `void remAst()`
36
+	* `void remStl()`
37
+	* `void remBlock()`
38
+	* `void remFoul()`
39
+	* `void remTurnover()`
40 40
 
41 41
 2. Run and verify that it works.
42 42
 3. In `BPlayerClient.cpp`,