Denna hemsida fungerar bättre med JavaScript
Startsida
Utforska
Yoda
Portal
Forum
Hjälp
Logga in
tennesseegibbs
/
ZCW-AliceAndBob-BlueJ
forkad från
ZipCodeWilmington/ZCW-AliceAndBob-BlueJ
Bevaka
1
Stjärnmärk
0
Förgrening
0
Kod
Ärenden
0
Pull-förfrågningar
0
Släpp
0
Wiki
Activity
2
Incheckningar
1
Gren
Gren:
master
master
Grenar
Taggar
${ item.name }
Create branch
${ searchTerm }
from 'master'
${ noResults }
ZCW-AliceAndBob-BlueJ
/
README.md
README.md
971B
Permalänk
Historik
Rå
ZCW-MicroLabs-JavaFundamentals-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
Topics
object instantation/declaration
method invokation
operators
user input
Overview
Write a program which prompts the user to input his/her name.
The program should greet users whose names are 'Alice' and 'Bob'.
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
What's next?
The next lab can be founds
here
.