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