This website works better with JavaScript
홈
탐색
Yoda
Portal
Forum
도움말
로그인
ZipCodeWilmington
/
ZCW-MicroLabs-JavaFundamentals-AliceAndBob
보기
1
좋아요
0
포크
2
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
Activity
18
커밋
1
브렌치
브렌치:
master
master
브랜치
태그
${ item.name }
Create branch
${ searchTerm }
from 'master'
${ noResults }
ZCW-MicroLabs-JavaFundament...
HTTPS
ZIP
TAR.GZ
Wilhem Alcivar
9aab292fca
Create .travis.yml
8 년 전
src/main/
java
project structure
9 년 전
.gitignore
project structure
9 년 전
.travis.yml
Create .travis.yml
8 년 전
README.md
Update README.md
8 년 전
pom.xml
project structure
9 년 전
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
.