本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
Yoda
Portal
Forum
說明
登入
jdot2791
/
ZCW-AliceAndBob-BlueJ
複製自
ZipCodeWilmington/ZCW-AliceAndBob-BlueJ
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
2
Commit
1
分支
分支:
master
master
分支列表
標籤列表
${ item.name }
Create branch
${ searchTerm }
from 'master'
${ noResults }
ZCW-AliceAndBob-BlueJ
HTTPS
ZIP
TAR.GZ
Joshua Chung
fb6d05a871
finished commit
8 年之前
.DS_Store
initial commit
8 年之前
Main.class
finished commit
8 年之前
Main.ctxt
finished commit
8 年之前
Main.java
finished commit
8 年之前
README.TXT
initial commit
8 年之前
README.md
initial commit
8 年之前
package.bluej
finished commit
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
.