- To demonstrate your understanding of objects
- To demonstrate your understanding of operators
- To demonstrate your understanding of user input
- To demonstrate your understanding of strings
Write a program that asks the user for his/her name and only the users Alice and Bob are greeted with their names.
No Unit Test
- Understand how to get input from user
- Create conditional to check against Alice and Bob
- Print greeting to screen if Alice or Bob are true