このサイトはJavaScriptを使用しています
ホーム
エクスプローラ
Yoda
Portal
Forum
ヘルプ
サインイン
dmjpub
/
ZCW-AliceAndBob-BlueJ
フォーク元
ZipCodeWilmington/ZCW-AliceAndBob-BlueJ
ウォッチ
1
お気に入りに登録
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
2
コミット
1
ブランチ
ブランチ:
master
master
ブランチ
タグ
${ item.name }
ブランチ
${ searchTerm }
を作成
'master' から
${ noResults }
ZCW-AliceAndBob-BlueJ
HTTPS
ZIP
TAR.GZ
Donna Jacobs
26622650e7
AliceAndBob complete#
8 年 前
.DS_Store
initial commit
8 年 前
Main.class
AliceAndBob complete#
8 年 前
Main.ctxt
AliceAndBob complete#
8 年 前
Main.java
AliceAndBob complete#
8 年 前
README.TXT
initial commit
8 年 前
README.md
initial commit
8 年 前
package.bluej
AliceAndBob complete#
8 年 前
README.md
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
.