Browse Source

updated readme

Dominique Clarke 6 years ago
parent
commit
aa6454498a
2 changed files with 21 additions and 7 deletions
  1. 6
    0
      .idea/vcs.xml
  2. 15
    7
      README.md

+ 6
- 0
.idea/vcs.xml View File

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 View File

8
 
8
 
9
 ## Alice and Bob Greeting
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
 * Write a program which prompts the user to input his/her name.
15
 * Write a program which prompts the user to input his/her name.
21
 * The program should greet users whose names are 'Alice' and 'Bob'.
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
 ### Unit Test
32
 ### Unit Test
25
 * No Unit Test
33
 * No Unit Test
26
 
34