This website works better with JavaScript
홈
탐색
Yoda
Portal
Forum
도움말
로그인
hallinanc
/
ZCW-AliceAndBob-BlueJ
원본 프로젝트 :
ZipCodeWilmington/ZCW-AliceAndBob-BlueJ
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
Activity
2
커밋
1
브렌치
브렌치:
master
master
브랜치
태그
${ item.name }
Create branch
${ searchTerm }
from 'master'
${ noResults }
ZCW-AliceAndBob-BlueJ
HTTPS
ZIP
TAR.GZ
Chad
ff119bd8c9
Finished Lab
8 년 전
.DS_Store
initial commit
8 년 전
Main.class
Finished Lab
8 년 전
Main.ctxt
Finished Lab
8 년 전
Main.java
Finished Lab
8 년 전
README.TXT
initial commit
8 년 전
README.md
initial commit
8 년 전
package.bluej
initial 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
.