ソースを参照

updated read me

Dominique Clarke 6 年 前
コミット
0cc9b09551
共有1 個のファイルを変更した0 個の追加6 個の削除を含む
  1. 0
    6
      README.md

+ 0
- 6
README.md ファイルの表示

8
 
8
 
9
 ## Alice and Bob Greeting
9
 ## Alice and Bob Greeting
10
 
10
 
11
-## Alice and Bob Greeting
12
-
13
-
14
 ### **Objective:**
11
 ### **Objective:**
15
 * Write a program which prompts the user to input his/her name.
12
 * Write a program which prompts the user to input his/her name.
16
 * The program should greet users whose names are 'Alice' and 'Bob'.
13
 * The program should greet users whose names are 'Alice' and 'Bob'.
17
 
14
 
18
-
19
 ### **Purpose:**
15
 ### **Purpose:**
20
 * To establish familiarity with
16
 * To establish familiarity with
21
     * Control Flow
17
     * Control Flow
27
 ### **Resources:**
23
 ### **Resources:**
28
 * [Fundamental Programming Structures](https://zipcoder.github.io/reveal-slides/fundament-programing-stuctures.html#/)
24
 * [Fundamental Programming Structures](https://zipcoder.github.io/reveal-slides/fundament-programing-stuctures.html#/)
29
 
25
 
30
-
31
-
32
 ### Unit Test
26
 ### Unit Test
33
 * No Unit Test
27
 * No Unit Test
34
 
28