浏览代码

update readme again

Nhu Nguyen 6 年前
父节点
当前提交
1c146b26bc
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4
    0
      README.MD

+ 4
- 0
README.MD 查看文件

31
 
31
 
32
 ## Section 3 - Bonus
32
 ## Section 3 - Bonus
33
 This section is optional, but highly encourage you to complete. Make all the tests in the `BonusTest` class pass. All the methods have been stubbed out for you in the `Bonus` class. Each of the method has a comment above it to describe the expected behavior. Look at the test case to see example of input and expected output.
33
 This section is optional, but highly encourage you to complete. Make all the tests in the `BonusTest` class pass. All the methods have been stubbed out for you in the `Bonus` class. Each of the method has a comment above it to describe the expected behavior. Look at the test case to see example of input and expected output.
34
+
35
+  - `int factorial(int number)`
36
+  - `String acronym(String phrase)`
37
+  - `String encrypt(String word)`