- You should work on this project in your own repository.
- Click the
forkbutton in the top right corner to create a copy of this repository on your github account. - You can go through the GitHub forking tutorial if you need additional practice with this.
- 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 which prompts the user to input his/her name.
- The program should greet users whose names are 'Alice' and 'Bob'.
- 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
- The next lab is located here.