Browse Source

updated read me

Dominique Clarke 6 years ago
parent
commit
0cc9b09551
1 changed files with 0 additions and 6 deletions
  1. 0
    6
      README.md

+ 0
- 6
README.md View File

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