Este site funciona melhor com JavaScript
Página inicial
Explorar
Yoda
Portal
Forum
Ajuda
Entrar
ZipCodeWilmington
/
ZCW-MicroLabs-JavaFundamentals-AliceAndBob
Observar
1
Favorito
0
Fork
2
Código
Issues
0
Pull Requests
0
Versões
0
Wiki
Atividade
8
Commits
1
Branch
Tag:
a81300938c
master
Branches
Tags
${ item.name }
Criar branch
${ searchTerm }
de a81300938c
${ noResults }
ZCW-MicroLabs-JavaFundament...
HTTPS
ZIP
TAR.GZ
Git-Leon
a81300938c
Update README.md
9 anos atrás
README.md
Update README.md
9 anos atrás
README.md
ZCW-MicroLabs-OOP-AliceAndBob
Forking 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
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
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
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
Whats Next?
The next lab is located
here
.