Git-Leon cf760bd509 Update README.md 9 лет назад
README.md Update README.md 9 лет назад

README.md

ZCW-MicroLabs-OOP-AliceAndBob

Fork this Repository

  • You should work on this project in your own repository.
  • Click the fork button 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.

Alice and Bob Greeting

Objectives

  1. To demonstrate your understanding of objects
  2. To demonstrate your understanding of operators
  3. To demonstrate your understanding of user input
  4. To demonstrate your understanding of strings

Overview

  • Write a program that asks the user for his/her name and only the users Alice and Bob are greeted with their names.

Unit Test

  • No Unit Test

Instructions

  1. Understand how to get input from user
  2. Create conditional to check against Alice and Bob
  3. Print greeting to screen if Alice or Bob are true

Whats Next?

  • The next lab is located here.