Dominique Clarke 6 лет назад
Родитель
Сommit
aa6454498a
2 измененных файлов: 21 добавлений и 7 удалений
  1. 6
    0
      .idea/vcs.xml
  2. 15
    7
      README.md

+ 6
- 0
.idea/vcs.xml Просмотреть файл

@@ -0,0 +1,6 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="VcsDirectoryMappings">
4
+    <mapping directory="" vcs="Git" />
5
+  </component>
6
+</project>

+ 15
- 7
README.md Просмотреть файл

@@ -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