Diese Webseite funktioniert besser mit JavaScript
Startseite
Erkunden
Yoda
Portal
Forum
Hilfe
Anmelden
NiraParikh
/
ZCW-AliceAndBob-BlueJ
geforkt von
Cohort4.2/BlueJ-AliceAndBob
Beobachten
1
Favorisieren
0
Fork
0
Code
Issues
0
Pull-Requests
0
Releases
0
Wiki
Aktivität
8
Commits
1
Branch
Struktur:
ccdbc813f8
master
Branches
Tags
${ item.name }
Erstelle Branch
${ searchTerm }
von 'ccdbc813f8'
${ noResults }
ZCW-AliceAndBob-BlueJ
/
README.md
README.md
1.1KB
Verlauf
Originalformat
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
Objective:
Write a program which prompts the user to input his/her name.
The program should greet users whose names are 'Alice' and 'Bob'.
Purpose:
To establish familiarity with
Control Flow
Conditionals
User input
Object instantation/declaration
Method invokation
Resources:
Procedural Programming
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
.