|
|
@@ -1 +1,25 @@
|
|
1
|
|
-# ZCW-MicroLabs-OOP-AliceAndBob
|
|
|
1
|
+# ZCW-MicroLabs-OOP-AliceAndBob
|
|
|
2
|
+
|
|
|
3
|
+# Alice and Bob Greeting
|
|
|
4
|
+
|
|
|
5
|
+## Objectives
|
|
|
6
|
+
|
|
|
7
|
+1. To demonstrate your understanding of objects
|
|
|
8
|
+2. To demonstrate your understanding of operators
|
|
|
9
|
+3. To demonstrate your understanding of user input
|
|
|
10
|
+4. To demonstrate your understanding of strings
|
|
|
11
|
+
|
|
|
12
|
+
|
|
|
13
|
+## Overview
|
|
|
14
|
+
|
|
|
15
|
+Write a program that asks the user for his/her name and only the users Alice and Bob are greeted with their names.
|
|
|
16
|
+
|
|
|
17
|
+## Unit Test
|
|
|
18
|
+
|
|
|
19
|
+No Unit Test
|
|
|
20
|
+
|
|
|
21
|
+## Instructions
|
|
|
22
|
+
|
|
|
23
|
+1. Understand how to get input from user
|
|
|
24
|
+2. Create conditional to check against Alice and Bob
|
|
|
25
|
+3. Print greeting to screen if Alice or Bob are true
|