Git-Leon 50ea0e64dd Update README.md hace 9 años
README.md Update README.md hace 9 años

README.md

ZCW-MicroLabs-OOP-AliceAndBob

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