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